Share

SettingsCmdCreateAlignmentEntities.SettingsCmdCreateFromEntities.AddCurveBetweenTangents Property

Specifies whether to add curve between tangents for creating alignment entities.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyBoolean AddCurveBetweenTangents { get; }

VB

Public ReadOnly Property AddCurveBetweenTangents As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ AddCurveBetweenTangents {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?