Home > Working with SGWorld > Analysis (IAnalysis6) > CreateTerrainProfile
Creates a graphical representation of the terrain elevation profile along a path, displaying related information on this profile such as maximum and minimum elevation values and slopes.
| 
 JavaScript  | 
 
  | 
| 
 CreateTerrainProfile( arrPoints)  | 
|
| 
 C#  | 
 
  | 
| 
 void CreateTerrainProfile( object arrPoints)  | 
|
| 
 C++  | 
 
  | 
| 
 HRESULT CreateTerrainProfile( VARIANT arrPoints)  | 
|
Parameters
arrPoints
An array that contains pairs of doubles marking the path to be analyzed. Each pair is composed of an x-coordinate and a y-coordinate.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.