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