VirtualPoint.Line Property

Definition

Gets the line number of the object.

public:
 property int Line { int get(); };
public:
 property int Line { int get(); };
[System.Runtime.InteropServices.DispId(11)]
public int Line { [System.Runtime.InteropServices.DispId(11)] get; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
member this.Line : int
Public ReadOnly Property Line As Integer

Property Value

An integer value indicating the line number of the object.

Implements

Attributes

Remarks

Line numbers start at one.

Applies to