PropertyLine Property
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: 18.0.0.0 (18.2.0.13)

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);
}

See Also