Simultaneously set the presence of all 3D segments.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
public void SetPresenceOfSegments(
bool isDuplicateShapePresent,
bool isStartConnectorPresent,
bool isEndConnectorPresent
) |
| Visual Basic |
|---|
Public Sub SetPresenceOfSegments ( _
isDuplicateShapePresent As Boolean, _
isStartConnectorPresent As Boolean, _
isEndConnectorPresent As Boolean _
) |
| Visual C++ |
|---|
public:
void SetPresenceOfSegments(
bool isDuplicateShapePresent,
bool isStartConnectorPresent,
bool isEndConnectorPresent
) |
Parameters
- isDuplicateShapePresent
- Type: System..::..Boolean
- isStartConnectorPresent
- Type: System..::..Boolean
- isEndConnectorPresent
- Type: System..::..Boolean
Exceptions
See Also