AGI Components for .NET 2010 r2
ReferenceFrame Property
Library Reference AGI.Foundation.GraphicsPrimitiveReferenceFrame
Gets or sets the reference frame this primitive is defined and rendered in.

Namespace: AGI.Foundation.Graphics
Assembly:AGI.Foundation.Graphics.dll

Declaration Syntax
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);
}
Thread Safety
This member is not safe for multi-threaded operations.
Exceptions
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)