AlignmentType Property

Specifies the alignment type.

Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.3.1717.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