C# Class ProSymbolEditor.SymbolAttributeSet

Inheritance: System.ComponentModel.PropertyChangedBase
Afficher le fichier Open project: Esri/military-symbol-editor-addin-wpf Class Usage Examples

Private Properties

Свойство Type Description
Attributes_PropertyChanged void

Méthodes publiques

Méthode Description
GenerateAttributeSetDictionary ( ) : string>.Dictionary
GeneratePreviewSymbol ( ) : void
PopulateFeatureWithAttributes ( Feature &feature ) : void
PopulateRowBufferWithAttributes ( RowBuffer &rowBuffer ) : void
ResetAttributes ( ) : void
SymbolAttributeSet ( ) : System
SymbolAttributeSet ( string>.Dictionary fieldValues ) : System

Private Methods

Méthode Description
Attributes_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

GenerateAttributeSetDictionary() public méthode

public GenerateAttributeSetDictionary ( ) : string>.Dictionary
Résultat string>.Dictionary

GeneratePreviewSymbol() public méthode

public GeneratePreviewSymbol ( ) : void
Résultat void

PopulateFeatureWithAttributes() public méthode

public PopulateFeatureWithAttributes ( Feature &feature ) : void
feature Feature
Résultat void

PopulateRowBufferWithAttributes() public méthode

public PopulateRowBufferWithAttributes ( RowBuffer &rowBuffer ) : void
rowBuffer RowBuffer
Résultat void

ResetAttributes() public méthode

public ResetAttributes ( ) : void
Résultat void

SymbolAttributeSet() public méthode

public SymbolAttributeSet ( ) : System
Résultat System

SymbolAttributeSet() public méthode

public SymbolAttributeSet ( string>.Dictionary fieldValues ) : System
fieldValues string>.Dictionary
Résultat System