CutPatternId Property
The id of the FillPatternElement associated to cut views of faces with this material.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)

Syntax

C#
public ElementId CutPatternId { get; set; }
Visual Basic
Public Property CutPatternId As ElementId
	Get
	Set
Visual C++
public:
property ElementId^ CutPatternId {
	ElementId^ get ();
	void set (ElementId^ value);
}

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentNullException When setting this property: A non-optional argument was NULL

See Also