AlignedDistributionRebarHandles Enumeration

AlignedDistributionRebarHandles Enumeration

This enum represents the values that custom handles tags of RebarConstrainedHandle of Rebar Free Form Aligned Distribution has. The tag of a [!:Autodesk::Revit::DB::Structure::RebarHandleType::CustomHandle] RebarConstrainedHandle can be obtained by calling the [!:Autodesk::Revit::DB::Structure::RebarConstrainedHandle::GetCustomHandleTag()]

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum AlignedDistributionRebarHandles
Public Enumeration AlignedDistributionRebarHandles
public enum class AlignedDistributionRebarHandles
type AlignedDistributionRebarHandles
Members
Member nameValueDescription
DistributionPath11 Tag for handle representing the Distribution Path 1.
DistributionPath22 Tag for handle representing the Distribution Path 2.
EndOfDistributionPath4 Tag for handle representing the End Distribution Path.
HostSurface0 Tag for handle representing the Host Surface.
SetOrientation5 Tag for handle representing the Set Orientation.
StartOfDistributionPath3 Tag for handle representing the Start Distribution Path.
See Also