ProfileDesignCheckCollection Class

The ProfileDesignCheckCollection class.
Inheritance Hierarchy
SystemObject
  Autodesk.CivilDesignCheckCollection<Autodesk::Civil::ProfileDesignCheck ^>
    Autodesk.CivilProfileDesignCheckCollection

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class ProfileDesignCheckCollection : DesignCheckCollection<Autodesk::Civil::ProfileDesignCheck ^>

The ProfileDesignCheckCollection type exposes the following members.

Properties
Methods
 NameDescription
Public methodAdd Adds a DesignCheck by specifying the name and expression.
(Overrides DesignCheckCollection<Autodesk::Civil::ProfileDesignCheck ^>Add(String, String, String))
Public methodClear Removes all DesignChecks from the collection.
(Overrides DesignCheckCollection<Autodesk::Civil::ProfileDesignCheck ^>Clear)
Public methodGetEnumerator
(Inherited from DesignCheckCollection<Autodesk::Civil::ProfileDesignCheck ^>)
Public methodGetObjectEnumerator
(Inherited from DesignCheckCollection<Autodesk::Civil::ProfileDesignCheck ^>)
Public methodRemove Removes ProfileDesignCheck from the collection by the specified name.
(Overrides DesignCheckCollection<Autodesk::Civil::ProfileDesignCheck ^>Remove(String))
Public methodRemoveAt Removes DesignCheck from the collection by the specified index.
(Overrides DesignCheckCollection<Autodesk::Civil::ProfileDesignCheck ^>RemoveAt(Int32))
Top
See Also