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






Windows & Linux

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 ReferenceFrame
);
[Java]
public IAgCrdnSystem getReferenceFrame();
public void setReferenceFrame(
    IAgCrdnSystem
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.