Gets the object of DataField by Name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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.