Share

Alignment.CreationMode Property

Gets the Alignment creation mode.



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

Syntax

C#

public AlignmentCreationType CreationMode { get; }

VB

Public ReadOnly Property CreationMode As AlignmentCreationType
	Get

C++

public:
property AlignmentCreationType CreationMode {
	AlignmentCreationType get ();
}

Property Value

AlignmentCreationType

See Also

Reference

Was this information helpful?