Click or drag to resize

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

Property Value

Type: TimeIntervalCollectionListCartographic
See Also