Identifies the crank type at the start of bar.
Setting this property to a valid value, will set the HookTypeIdAtStart and EndTreatmentTypeIdAtStart to ElementId.InvalidElementId.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId CrankTypeIdAtStart { get; set; }Property Value
ElementId
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
When setting this property: crankTypeIdAtStart doesn't represent a crank type.
|
| ArgumentNullException |
When setting this property: A non-optional argument was null
|
See Also
Reference