PartPartData Property

Gets or sets the part data record.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PartDataRecord PartData { get; set; }

Property Value

PartDataRecord
Remarks
To edit the value of a PartDataField in a 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.
See Also