Gets or sets the index of the polygon line that will be used to calculate the paraxial lines position.
public int PolygonLineIndex {get; set;}
'Declaration
Public Property PolygonLineIndex As Integer
'Usage
Dim instance As MedicalViewerParaxialCutCell
Dim value As Integer
instance.PolygonLineIndex = value
value = instance.PolygonLineIndex
public:
property int PolygonLineIndex {
int get();
void set ( int value);
}
Property Value
A zero-based index of the polygon line that will be used to calculate the paraxial lines position.