Hi,
I am new to ArcGIS runtime programming, so my apologies if this is a daft question.
Is it possible to add an extension written for ArcMap by another company to the runtime SDK to access its features?
I am new to ArcGIS runtime programming, so my apologies if this is a daft question.
Is it possible to add an extension written for ArcMap by another company to the runtime SDK to access its features?
Richard's correct - the ArcGIS Runtime is based on a different architecture and therefore extensions written for ArcMap, geodatabase extensions, custom feature classes, etc are not supported.
Depending on what the extension does and your product architecture, there are a variety of ways you may be able to replicate the functionality e.g. .NET code using our WPF API, a Geoprocessing model, a Python script within a Geoprocessing tool, or even a Server Object Extension (SOE) for ArcGIS Server.
Cheers
Mike