Share

PartDataRecord.GetDataFieldBy(String) Method

Gets the object of DataField by Name.



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

Syntax

C#

public PartDataField GetDataFieldBy(
	string name
)

VB

Public Function GetDataFieldBy ( 
	name As String
) As PartDataField

C++

public:
PartDataField^ GetDataFieldBy(
	String^ name
)

Parameters

name  String
The name of the DataField to get.

Return Value

PartDataField

See Also

Reference

Was this information helpful?