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. |