I need to get the Domain and Length for each field from a selected feature. In ArcObjects I could use these methods to get it:
layerFields.get_Field(i).Domain
layerFields.get_Field(i).Length
I cannot find anything in the ArcPro SDK that is similar. The FieldDescription Class has some members that I also need, but not the two above.
Can anyone provide some advice, or is this just not available yet?