| Revit 2022.1 API |
| RebarShapeMultiplanarDefinition..::..IsDuplicateShapePresent Property |
| RebarShapeMultiplanarDefinition Class See Also |
Whether the shape definition includes an offset
copy of the 2D shape.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public bool IsDuplicateShapePresent { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsDuplicateShapePresent As Boolean Get |
| Visual C++ |
|---|
public: property bool IsDuplicateShapePresent { bool get (); } |