STK Vector Geometry ToolSend comments on this topic.
OutputUnit Property (IAgCrdnCalcScalarFunction)
See Also
Windows





Windows & Linux

Description

Specify a unit for the selected output dimension. This is not used for internal computations or reporting/graphing but is needed to unambiguously interpret units of associated coefficients.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OutputUnit() As String
[C#]
public string OutputUnit {get; set;}
[Managed C++]
public: __property String __gc ^ get_OutputUnit();
public: __property void set_OutputUnit( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_OutputUnit(
    BSTR * pRetVal
);
public: HRESULT put_OutputUnit(
    BSTR OutputUnit
);
[Java]
public String getOutputUnit();
public void setOutputUnit(
    String
);
[Python - STK API ]
@property
def OutputUnit(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.