Document.NewSlabEdge
Description:
Creates a slab edge along a reference array.
Creates a slab edge along a reference array.
Overloads (2):
NewSlabEdge(SlabEdgeType,ReferenceArray)
public SlabEdge NewSlabEdge(
SlabEdgeType SlabEdgeType,
ReferenceArray references
)
-
SlabEdgeTypeThe type of the slab edge to create
-
referencesAn array of planar lines and arcs that represents the place where you want to place the slab edge.
Return Value
nullNothingnullptr
If successful a new slab edge object within the project, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .
-
Thrown if the slab edge type does not exist in the given document.