<Code Lib>
M

Document.NewFascia(FasciaType, Reference)

Description:
Creates a fascia along a reference.
Overloads (2):
NewFascia(FasciaType,Reference)

public Fascia NewFascia(
	FasciaType FasciaType,
	Reference reference
)

  • FasciaType
    The type of the fascia to create
  • reference
    A planar line or arc that represents the place where you want to place the fascia.
Return Value Fascia If successful a new fascia object within the project, otherwise .

Loading…