AGI STK Graphics 11 Send comments on this topic.
ReferenceFrame Property (IAgStkGraphicsPrimitive)
See Also 





Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceFrame() As  IAgCrdnSystem

[C#]
public  IAgCrdnSystem ReferenceFrame {get; set;}

[Managed C++]
public: __property  IAgCrdnSystem^ get_ReferenceFrame();
public: __property void set_ReferenceFrame(
IAgCrdnSystem ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceFrame(
IAgCrdnSystem ** ppRetVal
);
public: HRESULT put_ReferenceFrame(
IAgCrdnSystem * pNewReferenceFrame
);

[Java]
public  IAgCrdnSystem getReferenceFrame();public void setReferenceFrame(
IAgCrdnSystem
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1