DistanceToPositionDisplayConditionPosition Property |
Gets or sets the position used to compute the distance from the camera.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian Position { get; set; }
Public Property Position As Cartesian
Get
Set
public:
property Cartesian Position {
Cartesian get ();
void set (Cartesian value);
}
member Position : Cartesian with get, set
Property Value
Type:
CartesianRemarks position is interpreted to be in the same
reference frame as the
ReferenceFrame property. This
display condition can be assigned to multiple objects.
See Also