PartDataList Class

The part data list associated with a PartDataField or SizeFilterField.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPartDataList

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class PartDataList : IDisposable

The PartDataList type exposes the following members.

Properties
 NameDescription
Public propertyContext Gets the parameter context of the list
Public propertyCount The count of fields in the list
Public propertyDataType Gets the type of the data value.
Public propertyIndex Gets the parameter index of the list
Public propertyItem 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the PartDataList
Public methodIsValidValue Gets if the specified value is in the list
Top
See Also