Click or drag to resize

CentralBodyLayeredProjectedVolumeAccessConstraint.PointsDefiningConstraintVolume 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.3.420.0 (24.3.420.0)
Syntax
public TimeIntervalCollection<List<Cartographic>> PointsDefiningConstraintVolume { get; set; }

Property Value

Type: TimeIntervalCollection<List<Cartographic>>
See Also