ExpressionCollection Class

A collection of Expression objects.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesExpressionCollection

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class ExpressionCollection : IEnumerable<Expression>

The ExpressionCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of Expression objects in the collection.
Public propertyItemInt32 
Public propertyItemString 
Top
Methods
 NameDescription
Public methodCode exampleAdd Adds a Expression by specifying the name and expression string.
Public methodClear Removes all Expressions from the collection.
Public methodGetEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemoveAt Removes an Expression from the collection by the specified index.
Top
See Also