ProfileDesignCheckSets Property

Gets the collection of profile design check set in the database.

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

Syntax

C#

public ProfileDesignCheckSetCollection ProfileDesignCheckSets { get; }

Visual Basic

Public ReadOnly Property ProfileDesignCheckSets As ProfileDesignCheckSetCollection
	Get

Visual C++

public:
property ProfileDesignCheckSetCollection^ ProfileDesignCheckSets {
	ProfileDesignCheckSetCollection^ get ();
}

See Also