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






Windows & Linux

Description

Gets or sets the unit of the Width property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WidthUnit() As AgEStkGraphicsScreenOverlayUnit
[C#]
public AgEStkGraphicsScreenOverlayUnit WidthUnit {get; set;}
[Managed C++]
public: __property AgEStkGraphicsScreenOverlayUnit get_WidthUnit();
public: __property void set_WidthUnit(
   AgEStkGraphicsScreenOverlayUnit
);
[Unmanaged C++]
public: HRESULT get_WidthUnit(
   AgEStkGraphicsScreenOverlayUnit * pRetVal
);
public: HRESULT put_WidthUnit(
   AgEStkGraphicsScreenOverlayUnit NewWidthUnit
);
[Java]
public AgEStkGraphicsScreenOverlayUnit getWidthUnit();public void setWidthUnit(
   AgEStkGraphicsScreenOverlayUnit
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.