STK AstrogatorSend comments on this topic.
Unit Property (IAgVAScriptingCalcObject)
See Also
Windows





Windows & Linux

Description

Gets or sets the unit.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Unit() As String
[C#]
public string Unit {get; set;}
[Managed C++]
public: __property String __gc ^ get_Unit();
public: __property void set_Unit( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Unit(
    BSTR * pVal
);
public: HRESULT put_Unit(
    BSTR InVal
);
[Java]
public String getUnit();
public void setUnit(
    String
);
[Python - STK API ]
@property
def Unit(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.