SectionViewOffsetRight Property |
Gets or sets the right offset of the section view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double OffsetRight { get; set; }
Public Property OffsetRight As Double
Get
Set
public:
property double OffsetRight {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
[!:System.InvalidOperationException] |
Thrown when setting the offset with offset range selected to automatic.
|
[!:System.ArgumentException] |
Thrown when the right offset to be set is less than left offset.
|
See Also