OverrideGraphicSettingsCutBackgroundPatternId Property |
The ElementId of the cut face background fill pattern override.
A value of InvalidElementId means no override is set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ElementId CutBackgroundPatternId { get; }
Public ReadOnly Property CutBackgroundPatternId As ElementId
Get
public:
property ElementId^ CutBackgroundPatternId {
ElementId^ get ();
}
member CutBackgroundPatternId : ElementId with get
Property Value
ElementId
See Also