Gets or sets the reference frame this
primitive is defined and rendered in.
Namespace:
AGI.Foundation.Graphics
Assembly:AGI.Foundation.Graphics.dll
| C# | Visual Basic | Visual C++ |
public virtual ReferenceFrame ReferenceFrame { get; set; }
Public Overridable Property ReferenceFrame As ReferenceFrame
public: virtual property ReferenceFrame^ ReferenceFrame { ReferenceFrame^ get (); void set ( ReferenceFrame^ value); }
This member is not safe for
multi-threaded operations.
| Exception | Condition |
|---|---|
| ArgumentNullException |
ReferenceFrameis
null.
|
| InvalidOperationException | Cannot modify
ReferenceFrameonce the primitive is added
to the primitive manager or a composite primitive. Remove the
primitive from the manager or composite before modifying
ReferenceFrame.
|
Assembly: AGI.Foundation.Graphics(Module: AGI.Foundation.Graphics) Version: 10.2.217.0 (10.2.217.0)