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





Description

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

Property type

Read-only property

Syntax

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

[C#]
public int Top {get;}

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

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

[Java]
public int getTop();

Example

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1