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?
FieldType Property (Field)—ArcGIS Pro in the Pro SDK section of the help. There are separate help topics for non-python help
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.html#checkValue(java.lang.Object)
but for C# .NET SDK
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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.