Share

RebarShapeMultiplanarDefinition.SetPresenceOfSegments Method

Simultaneously set the presence of all 3D segments.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void SetPresenceOfSegments(
	bool isDuplicateShapePresent,
	bool isStartConnectorPresent,
	bool isEndConnectorPresent
)

Parameters

isDuplicateShapePresent  Boolean
 
isStartConnectorPresent  Boolean
 
isEndConnectorPresent  Boolean
 

Exceptions

ExceptionCondition
ArgumentsInconsistentException The shape is disconnected or forms a complete loop: If the duplicate shape is present, exactly one of the connectors must be present.

See Also

Reference

Was this information helpful?