Checks if the order of the Elevations can be modified.
Syntax
C#
public IOperationInfo CanReorderChild(ElevationInfosourceElevationInfo, ElevationInfotargetElevationInfo, ChildReorderBehavior childReorderBehavior);
Parameters
Parameters
Description
ElevationInfo sourceElevationInfo
The guid of the child to move.
ElevationInfo targetElevationInfo
The guid of the elevation used as an orientation point.
ChildReorderBehavior childReorderBehavior
Where to insert the child relative to the target child.
Returns
Returns an IOperationInfo to determine if the order of the Elevations can be modified. If it's not possible to change the order the Elevation a list of restrictions is attached to it.