UseUserSpecifiedOffset Property

Gets or sets a boolean value which specifies whether the offset is set by user.

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

Syntax

C#

public bool UseUserSpecifiedOffset { get; set; }

Visual Basic

Public Property UseUserSpecifiedOffset As Boolean
	Get
	Set

Visual C++

public:
property bool UseUserSpecifiedOffset {
	bool get ();
	void set (bool value);
}

See Also