STK ObjectsSend comments on this topic.
ReferenceAxesName Property (IAgVeCoordinateAxesCustom)
See Also
Windows





Windows & Linux

Description

The specified reference axes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceAxesName() As String
[C#]
public string ReferenceAxesName {get; set;}
[Managed C++]
public: __property String __gc ^ get_ReferenceAxesName();
public: __property void set_ReferenceAxesName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ReferenceAxesName(
    BSTR * pVal
);
public: HRESULT put_ReferenceAxesName(
    BSTR Name
);
[Java]
public String getReferenceAxesName();
public void setReferenceAxesName(
    String
);
[Python - STK API ]
@property
def ReferenceAxesName(self) -> str:

@ReferenceAxesName.setter
def ReferenceAxesName(self, Name:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.