RVTDocs.com

Application.NewVertexIndexPair

Method
Description:
Creates a new VertexIndexPair object.
Syntax
public VertexIndexPair NewVertexIndexPair(
	int iTop,
	int iBottom
)
Parameters
Parameter Type Description
iTop Int32 The index of the vertex pair from the top profile of a blend.
iBottom Int32 The index of the vertex pair from the bottom profile of a blend.
Return Value
Type Description
VertexIndexPair The new VertexIndexPair object.