A polygon on the surface of a central body
represented by the polygon's boundary points and boundary points
for interior holes.
| C# | Visual Basic | Visual C++ |
public interface IAgGxSurfacePolygonHoles
Public Interface IAgGxSurfacePolygonHoles
public interface class IAgGxSurfacePolygonHoles
| All Members | Methods | ||||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
AddHole(Array % ) |
|
|
|
AddHoleCartographic(Array % ) |
|
|
|
AddHoleFromCartesianCollection(IAgGxCartesianCollection) |
Adds an interior hole to the polygon using
using a Cartesian collection. If you are not using a scripting
language, use AddHole() or AddHoleCartographic() for better
performance.
|
|
|
AddHoleFromCartographicCollection(IAgGxCartographicCollection) |
Adds an interior hole to the polygon using
using a cartographic collection. If you are not using a scripting
language, use AddHole() or AddHoleCartographic() for better
performance.
|
|
|
AddHoleFromSurfacePoints(IAgGxSurfacePoints) |
Adds an interior hole to the polygon using
surface points interface.
|
|
|
Initialize(IAgGxCentralBody, Array % ) |
|
|
|
InitializeCartographic(IAgGxCentralBody, Array % ) |
|
|
|
InitializeFromCartesianCollection(IAgGxCentralBody, IAgGxCartesianCollection) |
Initializes the polygon using a Cartesian
collection. If you are not using a scripting language, use
Initialize() or InitializeCartographic() for better
performance.
|
|
|
InitializeFromCartographicCollection(IAgGxCentralBody, IAgGxCartographicCollection) |
Initializes the polygon using a cartographic
collection. If you are not using a scripting language, use
Initialize() or InitializeCartographic() for better
performance.
|
|
|
InitializeFromSurfacePoints(IAgGxSurfacePoints) |
Initializes the polygon using a surface points
interface.
|
Assembly: AGI.Graphics.ComputationalGeometry.Astro.Interop(Module: AGI.Graphics.ComputationalGeometry.Astro.Interop) Version: 9.0.0.0 (9.0.0.0)