Share

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.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

 NameDescription
Public propertyCount Gets the number of Expression objects in the collection.
Public propertyItemInt32 
Public propertyItemString 

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.

See Also

Reference

Was this information helpful?