Revit 2018 API |
Fascia..::..FasciaType Property |
Fascia Class See Also |
Retrieves/set an object that represents the type of the Fascia.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Syntax
C# |
---|
public FasciaType FasciaType { get; set; } |
Visual Basic |
---|
Public Property FasciaType As FasciaType Get Set |
Visual C++ |
---|
public: property FasciaType^ FasciaType { FasciaType^ get (); void set (FasciaType^ value); } |