Document.NewFascia
Description:
Creates a fascia along a reference.
Creates a fascia along a reference.
Overloads (2):
NewFascia(FasciaType,Reference)
public Fascia NewFascia(
FasciaType FasciaType,
Reference reference
)
-
FasciaTypeThe type of the fascia to create
-
referenceA planar line or arc 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.