CorridorStateSetAxisOfRotationInformation Method

Save the AOR (Axis of Rotation) information for a subassembly

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetAxisOfRotationInformation(
	bool isPotentialPivot,
	double superElevationSlope,
	SuperelevationCrossSegmentType superElevationSlopeType,
	bool isReversedSlope
)

Parameters

isPotentialPivot  Boolean
Specifies whether the current subassembly will have potential pivot points for AOR (Axis of Rotation).
superElevationSlope  Double
The current superelevation slope from the alignment.
superElevationSlopeType  SuperelevationCrossSegmentType
The current superelevation slope type.
isReversedSlope  Boolean
Specifies whether the superelevation slope is reversed while being used in the current subassembly.
See Also