Computes a triangulation on the specified centralBody for the specified extent. This is equivalent to calling Compute with an
altitude of 0 and a granularity of 1 degree.| [Visual Basic .NET] |
|---|
Public Function ComputeSimple( _ ByVal CentralBody As String, _ ByRef Extent As System.Array _ ) As IAgStkGraphicsSurfaceTriangulatorResult |
| [C#] |
|---|
public IAgStkGraphicsSurfaceTriangulatorResult ComputeSimple( |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceTriangulatorResult^ ComputeSimple( |
| [Java] |
|---|
public IAgStkGraphicsSurfaceTriangulatorResult computeSimple( |
| [Unmanaged C++] |
|---|
public: HRESULT ComputeSimple( |
- CentralBody
- The central body to compute the triangulation on.
- Extent
- An array representing the Cartographic Extent to compute the triangulation for. The elements should be provided in the order west longitude, south latitude, east longitude, north latitude.
Shows the format of the Extent parameter when computing using a surface extent triangulator.
| [C#] | Copy Code | |
|---|---|---|
| ||
Shows the format of the Extent parameter when computing using a surface extent triangulator.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
