Feature Actions

Modified on Wednesday, 27 July 2011 02:47 PM by 156.75.200.64 — Categorized as: Feature Actions

Example Feature Actions

Example Feature Actions

FeatureActions allow actions to be performed from the context of a specific Feature. This can be a link outside application or an internal GIS framework action.


Existing Feature Actions

See Main Article Feature Actions Links

Developing New Feature Actions

See Main Article Developing New Feature Actions

New Feature Actions can be developed by implementing the interface IFeatureAction or inheriting from the abstract classes FeatureAction or WebApplicationLink.

See Also