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

© 2018 Analytical Graphics, Inc. All Rights Reserved.