PathOfTravelLineStyle Property |
The line style of the path.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementId LineStyle { get; set; }
Public Property LineStyle As ElementId
Get
Set
public:
property ElementId^ LineStyle {
ElementId^ get ();
void set (ElementId^ value);
}
member LineStyle : ElementId with get, set
Property Value
ElementId
Exceptions
See Also