SectionViewVolumeTableGroupOffsetY Property |
Gets or sets offset Y of volume table to the section view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double OffsetY { get; set; }
Public Property OffsetY As Double
Get
Set
public:
property double OffsetY {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when offset value to be set is invalid.
|
See Also