STK Graphics PrimitivesSend 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 WidthUnit
);
[Java]
public AgEStkGraphicsScreenOverlayUnit getWidthUnit();
public void setWidthUnit(
    AgEStkGraphicsScreenOverlayUnit
);
[Python - STK API ]
@property
def WidthUnit(self) -> "AgEStkGraphicsScreenOverlayUnit":

@WidthUnit.setter
def WidthUnit(self, WidthUnit:"AgEStkGraphicsScreenOverlayUnit") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.