CentralBodySurfaceRegionConstraint Constructor (IEnumerableCartographic, IServiceProvider) |
Initializes a new instance with the specified region and object.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CentralBodySurfaceRegionConstraint(
IEnumerable<Cartographic> surfaceRegion,
IServiceProvider constrainedObject
)
Public Sub New (
surfaceRegion As IEnumerable(Of Cartographic),
constrainedObject As IServiceProvider
)
public:
CentralBodySurfaceRegionConstraint(
IEnumerable<Cartographic>^ surfaceRegion,
IServiceProvider^ constrainedObject
)
new :
surfaceRegion : IEnumerable<Cartographic> *
constrainedObject : IServiceProvider -> CentralBodySurfaceRegionConstraint
Parameters
- surfaceRegion
- Type: System.Collections.GenericIEnumerableCartographic
The ordered planetodetic vertices of region with which the SurfaceRegion. The last vertex is
automatically connected with the first.
- constrainedObject
- Type: SystemIServiceProvider
The object to which this constraint is applied.
Remarks See Also