STK Vector Geometry ToolSend comments on this topic.
UnitOfMeasure Property (IAgCrdnCalcScalar)
See Also
Windows





Windows & Linux

Description

Returns calc scalar's unit of measure, i.e. 'AngleUnit', 'DistanceUnit', etc.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property UnitOfMeasure() As String
[C#]
public string UnitOfMeasure {get;}
[Managed C++]
public: __property String __gc ^ get_UnitOfMeasure();
[Unmanaged C++]
public: HRESULT get_UnitOfMeasure(
    BSTR * pRetVal
);
[Java]
public String getUnitOfMeasure();
[Python - STK API ]
@property
def UnitOfMeasure(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.