SectionViewGroupCreationRangeOptionsSetOffsetRange Method

sets the left offset and right offset for each SectionView to be created in SectionViewGroup.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetOffsetRange(
	double leftOffset,
	double rightOffset
)

Parameters

leftOffset  Double
The user specified left offset of each SectionView.
rightOffset  Double
The user specified right offset of each SectionView.
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when leftOffset is larger than or equal to rightOffset.
See Also