An extensible field of part data.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public class PartDataField
Visual Basic
Public Class PartDataField
Visual C++
public ref class PartDataField

Remarks

To edit the value of a PartDataField in a Part object's PartDataRecord, you must open the Part (Pipe or Structure) for write, get a reference to the Part object's PartData property (type PartDataRecord), modify the PartDatafield value, and then re-set the Part's PartData. See the example code for PartDataRecord. A similar procedure is required for editing a PartSize. See the example code for PartSize for a sample.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..PartDataField
    Autodesk.Civil.DatabaseServices.Styles..::..SizeFilterField

See Also