Gets or sets the part data record.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PartDataRecord PartData { get; set; }
Public Property PartData As PartDataRecord
Get
Set
public:
property PartDataRecord^ PartData {
PartDataRecord^ get ();
void set (PartDataRecord^ value);
}
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