RVTDocs.com

IFCExtrusionData.RemoveLoopAt

Method
Description:
Removes the loop at the specified index.
Syntax
public void RemoveLoopAt(
	int index
)
Parameters
Parameter Type Description
index Int32 The zero-based index of the loop to remove.
Return Value