STK Common Entity LibrarySend comments on this topic.
ReferenceAxis Property (IAgEntityAttitude)
See Also
Windows





Windows & Linux

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 * pReferenceAxisName
);
public: HRESULT put_ReferenceAxis(
    BSTR ReferenceAxisName
);
[Java]
public String getReferenceAxis();
public void setReferenceAxis(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.