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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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