Revit 2016 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: 16.0.0.0 (16.0.0.0)
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); } |