Fascia.FasciaType Property

FasciaFasciaType Property

Retrieves/set an object that represents the type of the Fascia.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FasciaType FasciaType { get; set; }
Public Property FasciaType As FasciaType
	Get
	Set
public:
property FasciaType^ FasciaType {
	FasciaType^ get ();
	void set (FasciaType^ value);
}
member FasciaType : FasciaType with get, set

Property Value

FasciaType
See Also