CutLinePatternId Property
ElementId of the cut surface line pattern.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2014

Syntax

C#
public ElementId CutLinePatternId { get; }
Visual Basic
Public ReadOnly Property CutLinePatternId As ElementId
	Get
Visual C++
public:
property ElementId^ CutLinePatternId {
	ElementId^ get ();
}

See Also