The ElementId of the foreground fill pattern of cut faces.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2014
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is deprecated in Revit 2019 and will be removed in the next version of Revit The new property is 'CutForegroundPatternId'")]
public ElementId CutFillPatternId { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is deprecated in Revit 2019 and will be removed in the next version of Revit The new property is 'CutForegroundPatternId'")> _
Public ReadOnly Property CutFillPatternId As ElementId
Get |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is deprecated in Revit 2019 and will be removed in the next version of Revit The new property is 'CutForegroundPatternId'")]
public:
property ElementId^ CutFillPatternId {
ElementId^ get ();
} |
See Also