Click or drag to resize

AxesPrimitive.ReferenceFrame Property

Gets or sets the reference frame this primitive is defined and rendered in.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override ReferenceFrame ReferenceFrame { get; set; }

Property Value

Type: ReferenceFrame
Exceptions
ExceptionCondition
ArgumentNullExceptionReferenceFrame is null.
InvalidOperationException Cannot modify ReferenceFrame once the primitive is added to the primitive manager or a composite primitive. Remove the primitive from the manager or composite before modifying ReferenceFrame.
See Also