AGI Common Entity Library 11 Send comments on this topic.
ReferenceAxis Property (IAgEntityAttitude)
See Also 





Description

The reference axis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceAxis() As String

[C#]
public string ReferenceAxis {get; set;}

[Managed C++]
public: __property String __gc ^ get_ReferenceAxis();
public: __property void set_ReferenceAxis(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceAxis(
BSTR * pRetVal
);
public: HRESULT put_ReferenceAxis(
BSTR NewReferenceAxis
);

[Java]
public String getReferenceAxis();public void setReferenceAxis(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1