OffsetY Property

Gets or sets offset Y of volume table to the section view.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public double OffsetY { get; set; }

Visual Basic

Public Property OffsetY As Double
	Get
	Set

Visual C++

public:
property double OffsetY {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when offset value to be set is invalid.

See Also