RVTDocs.com

IndexLine

Constructor
Description:
Constructs the line segment primitive.
Syntax
public IndexLine(
	int index0,
	int index1
)
Parameters
Parameter Type Description
index0 Int32 The index of the line segment's first vertex.
index1 Int32 The index of the line segment's second vertex.
Return Value