The part data list associated with a PartDataField or SizeFilterField.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesPartDataList
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class PartDataList : IDisposable
VB
Public NotInheritable Class PartDataList Implements IDisposable
C++
public ref class PartDataList sealed : IDisposable
The PartDataList type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Context | Gets the parameter context of the list |
![]() | Count | The count of fields in the list |
![]() | DataType | Gets the type of the data value. |
![]() | Index | Gets the parameter index of the list |
![]() | Item |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the PartDataList |
![]() | IsValidValue | Gets if the specified value is in the list |