Share

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

 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 

Methods

 NameDescription
Public methodDisposeReleases all resources used by the PartDataList
Public methodIsValidValue Gets if the specified value is in the list

See Also

Reference

Was this information helpful?