PrimitiveReferenceFrame 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)
Syntaxpublic virtual ReferenceFrame ReferenceFrame { get; set; }Public Overridable Property ReferenceFrame As ReferenceFrame
Get
Set
public:
virtual property ReferenceFrame^ ReferenceFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}abstract ReferenceFrame : ReferenceFrame with get, set
override ReferenceFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | ReferenceFrame 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