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.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum AlignedDistributionRebarHandles
Public Enumeration AlignedDistributionRebarHandles
public enum class AlignedDistributionRebarHandles
type AlignedDistributionRebarHandles
MembersMember name | Value | Description |
---|
DistributionPath1 | 1 |
Tag for handle representing the Distribution Path 1.
|
DistributionPath2 | 2 |
Tag for handle representing the Distribution Path 2.
|
EndOfDistributionPath | 4 |
Tag for handle representing the End Distribution Path.
|
HostSurface | 0 |
Tag for handle representing the Host Surface.
|
SetOrientation | 5 |
Tag for handle representing the Set Orientation.
|
StartOfDistributionPath | 3 |
Tag for handle representing the Start Distribution Path.
|
See Also