AppliedAdjacentToOffsetTargetStartEnd Property

Gets or sets the value to specify whether or not to automatically add assemblies adjacent to offset target start/end (feature lines, alignments, or polylines).

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

Syntax

C#

public bool AppliedAdjacentToOffsetTargetStartEnd { get; set; }

Visual Basic

Public Property AppliedAdjacentToOffsetTargetStartEnd As Boolean
	Get
	Set

Visual C++

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

See Also