Return a transform representing the relative position of any
individual bar in the set.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2013
Syntax
C# |
---|
[ObsoleteAttribute("This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().GetBarPositionTransform() instead.")]
public Transform GetBarPositionTransform(
int barPositionIndex
) |
Visual Basic |
---|
<ObsoleteAttribute("This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().GetBarPositionTransform() instead.")> _
Public Function GetBarPositionTransform ( _
barPositionIndex As Integer _
) As Transform |
Visual C++ |
---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2018 and will be removed in a future version. Use GetShapeDrivenAccessor().GetBarPositionTransform() instead.")]
public:
Transform^ GetBarPositionTransform(
int barPositionIndex
) |
Parameters
- barPositionIndex
- Type: System..::..Int32
An index between 0 and (NumberOfBarPositions-1).
Return Value
The position of a bar in the set relative to the first position.
Remarks
Exceptions
See Also