Document.NewSlabEdge
Description:
Creates a slab edge along a reference.
Creates a slab edge along a reference.
Overloads (2):
NewSlabEdge(SlabEdgeType,Reference)
public SlabEdge NewSlabEdge(
SlabEdgeType SlabEdgeType,
Reference reference
)
-
SlabEdgeTypeThe type of the slab edge to create
-
referenceA planar line or arc 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.