Share

AppliedAssemblySetting.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.8.0.280

Syntax

C#

public bool AppliedAdjacentToOffsetTargetStartEnd { get; set; }

VB

Public Property AppliedAdjacentToOffsetTargetStartEnd As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?