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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface