Actually I am writing a software layer on the top of ESRI API to create and write FGDB data. My question is not specific to any fixed coordinate system. From source data I can create the .prj file or WKT string. My question - Is there any way in FGDB API, where I can give input as WKT string and get back the matching WKID from the supported CS if there is any? Even if there is no direct API call available for this, what would be best algorithm to search through SpatialReferences class. The WKT string or .prj contents format does not follow a fixed syntax, so it is difficult to construct srname or auth_srid that can be passed into FindSpatialReferenceBySRID or FindSpatialReferenceByName functions.