BarTerminationsDataCrankTypeIdAtStart Property |
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.0.4.0 (26.0.4.0)
Syntaxpublic ElementId CrankTypeIdAtStart { get; set; }
Public Property CrankTypeIdAtStart As ElementId
Get
Set
public:
property ElementId^ CrankTypeIdAtStart {
ElementId^ get ();
void set (ElementId^ value);
}
member CrankTypeIdAtStart : ElementId with get, set
Property Value
ElementId
ExceptionsException | 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