This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
GetNumberOfContourSets
Returns the number of contour sets in the selected ortho projection.
Syntax:
GetNumberOfContourSets( orthoGuid )
| Parameter | Type | Description |
|---|---|---|
orthoGuid | STRING - GUID | GUID of an ortho projection. |
GetSelectedContourSetId
Returns the ID of the currently selected contour set in the chosen ortho projection.
Syntax:
GetSelectedContourSetId( orthoGuid )
| Parameter | Type | Description |
|---|---|---|
orthoGuid | STRING - GUID | GUID of an ortho projection. |
GetSimplifyingFactor
Returns the ratio of the requested side length to the original side length.
Syntax:
GetSimplifyingFactor( pixelSize )
| Parameter | Type | Description |
|---|---|---|
pixelSize | DOUBLE | Requested length of a side divided by original length of the side. |