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





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 NewXUnit
);

[Java]
public AgEStkGraphicsScreenOverlayUnit getXUnit();public void setXUnit(
AgEStkGraphicsScreenOverlayUnit
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1