GeoTransformation WKID/Code not accessible?

1162
0
07-21-2016 02:03 PM
DavidMorrison1
New Contributor

We need to be able to find out what the WKID/Factory Code is for a GeoTransformation.

ITransformation, IGeoTransformation and GeoTransformation all do NOT show a WKID or Code eventhough it specifies right on the API documentation "Generic geotransformation class, holds either a WKT (string) or a WKID (factory code)." The only thing I have access to, to identify a GeoTransformation is "Name" however, which is against their documentation.

The GeoTransformationClass (COCLASS) does indeed have a "Code" property. However, I do not see any instructions anywhere whatsoever, that details how to use this class. There's no constructor, statics, and you cannot cast a GeoTransformation to a GeoTransformationClass.

Could someone give us a hand on this one? We need to find out the WKID code for a GeoTransormation (and currently cannot see a way to do so).

Thank you

0 Kudos
0 Replies