SweptBlendSetVertexConnectionMap Method |
Sets the mapping between the vertices in the top and bottom profiles.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetVertexConnectionMap(
VertexIndexPairArray vertexMap
)
Public Sub SetVertexConnectionMap (
vertexMap As VertexIndexPairArray
)
public:
void SetVertexConnectionMap(
VertexIndexPairArray^ vertexMap
)
member SetVertexConnectionMap :
vertexMap : VertexIndexPairArray -> unit
Parameters
- vertexMap VertexIndexPairArray
-
Exceptions
See Also