RVTDocs.com
Namespace: Autodesk.Revit.Creation Class: Document

Document.NewFascia(FasciaType, Reference)

Method
Description:
Creates a fascia along a reference.
Syntax
public Fascia NewFascia(
	FasciaType FasciaType,
	Reference reference
)
Parameters
Parameter Type Description
FasciaType FasciaType The type of the fascia to create
reference Reference A planar line or arc that represents the place where you want to place the fascia.
Return Value
Type Description
Fascia If successful a new fascia object within the project, otherwise .
Exceptions
Exception Condition
ArgumentException Thrown if the fascia type does not exist in the given document.