STK AstrogatorSend comments on this topic.
CoordAxesName Property (IAgVAStateCalcVectorZ)
See Also
Windows





Windows & Linux

Description

The coordinate axes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoordAxesName() As String
[C#]
public string CoordAxesName {get; set;}
[Managed C++]
public: __property String __gc ^ get_CoordAxesName();
public: __property void set_CoordAxesName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_CoordAxesName(
    BSTR * pVal
);
public: HRESULT put_CoordAxesName(
    BSTR InVal
);
[Java]
public String getCoordAxesName();
public void setCoordAxesName(
    String
);
[Python - STK API ]
@property
def CoordAxesName(self) -> str:

@CoordAxesName.setter
def CoordAxesName(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.