LuciadCPillar C# 2023.1.04
Luciad.Models.Features.FeatureModelEvent Class Reference

Represents a change in the feature model, which may result in a different visual representation. More...

Inheritance diagram for Luciad.Models.Features.FeatureModelEvent:

Public Member Functions

 FeatureModelEvent ()
 
void AddFeatureChange (Luciad.Models.Features.FeatureChange featureChange)
 Adds a feature change to the model event. More...
 
void Dispose ()
 

Properties

System.Collections.Generic.IList< Luciad.Models.Features.FeatureChangeFeatureChanges [get]
 

Detailed Description

Represents a change in the feature model, which may result in a different visual representation.

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

Constructor & Destructor Documentation

◆ FeatureModelEvent()

Luciad.Models.Features.FeatureModelEvent.FeatureModelEvent ( )
inline

Member Function Documentation

◆ AddFeatureChange()

void Luciad.Models.Features.FeatureModelEvent.AddFeatureChange ( Luciad.Models.Features.FeatureChange  featureChange)
inline

Adds a feature change to the model event.

featureChange

the feature change to add

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

◆ Dispose()

void Luciad.Models.Features.FeatureModelEvent.Dispose ( )
inline

Property Documentation

◆ FeatureChanges

System.Collections.Generic.IList<Luciad.Models.Features.FeatureChange> Luciad.Models.Features.FeatureModelEvent.FeatureChanges
get