DesignCheckType Property

Gets the type of the Profile DesignCheck type.

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

Syntax

C#

public ProfileDesignCheckType DesignCheckType { get; }

Visual Basic

Public ReadOnly Property DesignCheckType As ProfileDesignCheckType
	Get

Visual C++

public:
property ProfileDesignCheckType DesignCheckType {
	ProfileDesignCheckType get ();
}

See Also