Specifies the alignment type.

Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyEnum<AlignmentType> AlignmentType { get; }
Visual Basic
Public ReadOnly Property AlignmentType As PropertyEnum(Of AlignmentType)
	Get
Visual C++
public:
property PropertyEnum<AlignmentType>^ AlignmentType {
	PropertyEnum<AlignmentType>^ get ();
}

See Also