ConnectorElement.CreateConduitConnector
Description:
Create a new conduit ConnectorElement.
Create a new conduit ConnectorElement.
Remarks:
Regenerates the document.
Regenerates the document.
Overloads (2):
CreateConduitConnector(Document,Reference,Edge)
public static ConnectorElement CreateConduitConnector(
Document document,
Reference planarFace,
Edge edge
)
-
documentThe document to add the connector to.
-
planarFaceThe planar face to place the connector on.
-
edgeOne of the edges in the edge loop that defines the connector location on the planar face.
-
The reference is not a planar face. -or- document is not a family document. -or- Thrown when the edge does not belong to the face.
-
A non-optional argument was null
-
Connector creation is not allowed in this family.