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

Document.NewFascia(FasciaType, ReferenceArray)

Method
Description:
Creates a fascia along a reference array.
Syntax
public Fascia NewFascia(
	FasciaType FasciaType,
	ReferenceArray references
)
Parameters
Parameter Type Description
FasciaType FasciaType The type of the fascia to create
references ReferenceArray An array of planar lines and arcs 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.