STK Graphics PrimitivesSend comments on this topic.
ReferenceFrame Property (IAgStkGraphicsPrimitive)
See Also
Windows





Windows & Linux

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 ReferenceFrame
);
[Java]
public IAgCrdnSystem getReferenceFrame();
public void setReferenceFrame(
    IAgCrdnSystem
);
[Python - STK API ]
@property
def ReferenceFrame(self) -> "IAgCrdnSystem":

@ReferenceFrame.setter
def ReferenceFrame(self, ReferenceFrame:"IAgCrdnSystem") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.