LuciadCPillar C# 2023.1.04
Luciad.Layers.Features.IFeatureStateObserver Interface Reference

Can be used to retrieve notifications for FeatureState changes. More...

Public Member Functions

void OnFeatureStateChanged (Luciad.Layers.Features.FeatureStateEvent featureStateEvent)
 Called when the feature states of one or more features has changed. More...
 

Detailed Description

Can be used to retrieve notifications for FeatureState changes.

See FeatureStateManager for a usage example.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IFeatureStateObserver.

Member Function Documentation

◆ OnFeatureStateChanged()

void Luciad.Layers.Features.IFeatureStateObserver.OnFeatureStateChanged ( Luciad.Layers.Features.FeatureStateEvent  featureStateEvent)

Called when the feature states of one or more features has changed.

featureStateEvent

the event describing the changes

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IFeatureStateObserver::onFeatureStateChanged.