Equivalent ArcGIS Pro 3 function of ArcGis 10 CheckValue

236
3
10-18-2022 01:34 AM
Meroni
by
New Contributor III

Hi, I was wondering If there is an equivalent to the CheckValue function from ArcGis 10 in the ArcGis Pro 3 API? If not how would I idealy parse out the type of field and check If a string variable would be able to be inserted into a field? 

Tags (2)
0 Kudos
3 Replies
DanPatterson
MVP Esteemed Contributor

In arcpy's field class

Field—ArcGIS Pro | Documentation

you can check for a field's type

but I suspect you don't want the python api, so if it is for pro's sdk, let me know and I can move your post to the correct part of the Community


... sort of retired...
0 Kudos
Meroni
by
New Contributor III

What I was looking for is this CheckValue function 

https://help.arcgis.com/en/sdk/10.0/java_ao_adf/api/arcobjects/com/esri/arcgis/geodatabase/IField.ht...

but for C# .NET SDK

0 Kudos
DanPatterson
MVP Esteemed Contributor

FieldType Property (Field)—ArcGIS Pro in the Pro SDK section of the help.  There are separate help topics for non-python help


... sort of retired...
0 Kudos