AGI AgStkPlugin 11 Send 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
);

[Java]
public String getDisplayUnit(
String Dimension
);

[Unmanaged C++]
public: HRESULT GetDisplayUnit(
BSTR Dimension,
BSTR * ReturnValue
);

Parameters

Dimension

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface