Gets the object of DataField by Name.

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

Syntax

C#
public PartDataField GetDataFieldBy(
	string name
)
Visual Basic
Public Function GetDataFieldBy ( _
	name As String _
) As PartDataField
Visual C++
public:
PartDataField^ GetDataFieldBy(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the DataField to get.

See Also