A collection of Expression objects.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServices.StylesExpressionCollection
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class ExpressionCollection : IEnumerable<Expression>
VB
Public Class ExpressionCollection Implements IEnumerable(Of Expression)
C++
public ref class ExpressionCollection : IEnumerable<Expression^>
The ExpressionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Expression objects in the collection. |
![]() | ItemInt32 | |
![]() | ItemString |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add | Adds a Expression by specifying the name and expression string. |
![]() | Clear | Removes all Expressions from the collection. |
![]() | GetEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
![]() | RemoveAt | Removes an Expression from the collection by the specified index. |