| Revit 2017 API |
| BuildingSiteExportOptions..::..PropertyLine Property |
| BuildingSiteExportOptions Class See Also |
Optional property Line to export; it may be nullNothingnullptra null reference (Nothing in Visual Basic).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public PropertyLine PropertyLine { get; set; } |
| Visual Basic |
|---|
Public Property PropertyLine As PropertyLine Get Set |
| Visual C++ |
|---|
public: property PropertyLine^ PropertyLine { PropertyLine^ get (); void set (PropertyLine^ value); } |