RVTDocs.com
Namespace: Autodesk.Revit.DB Class: SweptBlend

SweptBlend.SetVertexConnectionMap

Method
Description:
Sets the mapping between the vertices in the top and bottom profiles.
Syntax
public void SetVertexConnectionMap(
	VertexIndexPairArray vertexMap
)
Parameters
Parameter Type Description
vertexMap VertexIndexPairArray
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown when the input argument-"vertexMap"-is.
ArgumentException Thrown if the input argument-"vertexMap"-is empty.
InvalidOperationException Thrown when the document failed to regenerate.