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.280
Syntax
C#
public void SetOffsetRange( double leftOffset, double rightOffset )
VB
Public Sub SetOffsetRange ( leftOffset As Double, rightOffset As Double )
C++
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
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when leftOffset is larger than or equal to rightOffset. |