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





Description

Gets or sets the reference frame that Position is defined 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