AGI STK Graphics 11Send comments on this topic.
HeightUnit Property (IAgStkGraphicsOverlay)
See Also
Windows






Windows & Linux

Description

Gets or sets the unit of the Height property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HeightUnit() As AgEStkGraphicsScreenOverlayUnit
[C#]
public AgEStkGraphicsScreenOverlayUnit HeightUnit {get; set;}
[Managed C++]
public: __property AgEStkGraphicsScreenOverlayUnit get_HeightUnit();
public: __property void set_HeightUnit( AgEStkGraphicsScreenOverlayUnit );
[Unmanaged C++]
public: HRESULT get_HeightUnit(
    AgEStkGraphicsScreenOverlayUnit * pRetVal
);
public: HRESULT put_HeightUnit(
    AgEStkGraphicsScreenOverlayUnit HeightUnit
);
[Java]
public AgEStkGraphicsScreenOverlayUnit getHeightUnit();
public void setHeightUnit(
    AgEStkGraphicsScreenOverlayUnit
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.