STK X Send comments on this topic.
Bottom Property (AgDrawElemLine)
See Also  Example





Description

The y-coordinate of the bottom edge of this line.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Bottom() As Integer

[C#]
public int Bottom {get;}

[Managed C++]
public: __property int get_Bottom();

[Unmanaged C++]
public: HRESULT get_Bottom(
long * pRetVal
);

[Java]
public int getBottom();

Example

[Visual Basic .NET] Copy Code
Debug.Print (l.Bottom)

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1