STK AgStkPluginSend comments on this topic.
GetDisplayUnit Method (IAgGatorPluginSite)
See Also
Dimension
Windows





Windows & Linux

Description

Gets the display unit (scenario unit) for the given dimension.

Syntax

[Visual Basic .NET]
Public Function GetDisplayUnit( _
    ByVal Dimension As String _
) As String
[C#]
public string GetDisplayUnit(
    string Dimension
);
[Managed C++]
public: String __gc ^ GetDisplayUnit(
    String __gc ^ Dimension
);
[Unmanaged C++]
public: HRESULT GetDisplayUnit(
    BSTR Dimension,
    BSTR * pDisplayUnit
);
[Java]
public String getDisplayUnit(
    String Dimension
);

Parameters

Dimension

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.