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





Description

Gets or sets the unit of the Y property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YUnit() As AgEStkGraphicsScreenOverlayUnit

[C#]
public AgEStkGraphicsScreenOverlayUnit YUnit {get; set;}

[Managed C++]
public: __property AgEStkGraphicsScreenOverlayUnit get_YUnit();
public: __property void set_YUnit(
AgEStkGraphicsScreenOverlayUnit
);

[Unmanaged C++]
public: HRESULT get_YUnit(
AgEStkGraphicsScreenOverlayUnit * pRetVal
);
public: HRESULT put_YUnit(
AgEStkGraphicsScreenOverlayUnit NewYUnit
);

[Java]
public AgEStkGraphicsScreenOverlayUnit getYUnit();public void setYUnit(
AgEStkGraphicsScreenOverlayUnit
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1