PartDataRecordGetDataFieldBy(String) Method |
Gets the object of DataField by Name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PartDataField GetDataFieldBy(
string name
)
Public Function GetDataFieldBy (
name As String
) As PartDataField
public:
PartDataField^ GetDataFieldBy(
String^ name
)
Parameters
- name String
- The name of the DataField to get.
Return Value
PartDataField
See Also