StylesRootProfileDesignCheckSets Property |
Gets the collection of profile design check set in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileDesignCheckSetCollection ProfileDesignCheckSets { get; }
Public ReadOnly Property ProfileDesignCheckSets As ProfileDesignCheckSetCollection
Get
public:
property ProfileDesignCheckSetCollection^ ProfileDesignCheckSets {
ProfileDesignCheckSetCollection^ get ();
}
Property Value
ProfileDesignCheckSetCollection
See Also