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





Description

The x-coordinate of the right edge of this line.

Property type

Read-only property

Syntax

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

[C#]
public int Right {get;}

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

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

[Java]
public int getRight();

Example

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1