C# Class ProSymbolEditor.SymbolAttributeSet

Inheritance: System.ComponentModel.PropertyChangedBase
Exibir arquivo Open project: Esri/military-symbol-editor-addin-wpf Class Usage Examples

Private Properties

Property Type Description
Attributes_PropertyChanged void

Public Methods

Method 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

Method Description
Attributes_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

GenerateAttributeSetDictionary() public method

public GenerateAttributeSetDictionary ( ) : string>.Dictionary
return string>.Dictionary

GeneratePreviewSymbol() public method

public GeneratePreviewSymbol ( ) : void
return void

PopulateFeatureWithAttributes() public method

public PopulateFeatureWithAttributes ( Feature &feature ) : void
feature Feature
return void

PopulateRowBufferWithAttributes() public method

public PopulateRowBufferWithAttributes ( RowBuffer &rowBuffer ) : void
rowBuffer RowBuffer
return void

ResetAttributes() public method

public ResetAttributes ( ) : void
return void

SymbolAttributeSet() public method

public SymbolAttributeSet ( ) : System
return System

SymbolAttributeSet() public method

public SymbolAttributeSet ( string>.Dictionary fieldValues ) : System
fieldValues string>.Dictionary
return System