CentralBodyLayeredProjectedVolumeAccessConstraintPointsDefiningConstraintVolume Property |
Gets or sets the
Cartographic points that define the constraint volume. Each set of points has an associated
TimeInterval that
specifies the time window of the points that describe the constraint volume.
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 TimeIntervalCollection<List<Cartographic>> PointsDefiningConstraintVolume { get; set; }
Public Property PointsDefiningConstraintVolume As TimeIntervalCollection(Of List(Of Cartographic))
Get
Set
public:
property TimeIntervalCollection<List<Cartographic>^>^ PointsDefiningConstraintVolume {
TimeIntervalCollection<List<Cartographic>^>^ get ();
void set (TimeIntervalCollection<List<Cartographic>^>^ value);
}
member PointsDefiningConstraintVolume : TimeIntervalCollection<List<Cartographic>> with get, set
Property Value
Type:
TimeIntervalCollectionListCartographicSee Also