Share

SettingsCmdCreateAlignFromNetwork.SettingsCmdAlignmentTypeOption.AlignmentType Property

Specifies the alignment type.



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

Syntax

C#

public PropertyEnum<AlignmentType> AlignmentType { get; }

VB

Public ReadOnly Property AlignmentType As PropertyEnum(Of AlignmentType)
	Get

C++

public:
property PropertyEnum<AlignmentType>^ AlignmentType {
	PropertyEnum<AlignmentType>^ get ();
}

Property Value

PropertyEnumAlignmentType

See Also

Reference

Was this information helpful?