PartDataRecordGetDataFieldBy(String) Method

Gets the object of DataField by Name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PartDataField GetDataFieldBy(
	string name
)

Parameters

name  String
The name of the DataField to get.

Return Value

PartDataField
See Also