STK Graphics PrimitivesSend comments on this topic.
XUnit Property (IAgStkGraphicsOverlay)
See Also
Windows





Windows & Linux

Description

Gets or sets the unit of the X property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property XUnit() As AgEStkGraphicsScreenOverlayUnit
[C#]
public AgEStkGraphicsScreenOverlayUnit XUnit {get; set;}
[Managed C++]
public: __property AgEStkGraphicsScreenOverlayUnit get_XUnit();
public: __property void set_XUnit( AgEStkGraphicsScreenOverlayUnit );
[Unmanaged C++]
public: HRESULT get_XUnit(
    AgEStkGraphicsScreenOverlayUnit * pRetVal
);
public: HRESULT put_XUnit(
    AgEStkGraphicsScreenOverlayUnit XUnit
);
[Java]
public AgEStkGraphicsScreenOverlayUnit getXUnit();
public void setXUnit(
    AgEStkGraphicsScreenOverlayUnit
);
[Python - STK API ]
@property
def XUnit(self) -> "AgEStkGraphicsScreenOverlayUnit":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.