Simultaneously set the presence of all 3D segments.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- isDuplicateShapePresent
- Type: SystemBoolean
- isStartConnectorPresent
- Type: SystemBoolean
- isEndConnectorPresent
- Type: SystemBoolean
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentsInconsistentException | The shape is disconnected or forms a complete loop: If the duplicate shape is present, exactly one of the connectors must be present. |