C# Class LayerRendering.frmSymbol

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Properties

Property Type Description
m_styleGalleryItem IStyleGalleryItem

Public Methods

Method Description
GetItem ( esriSymbologyStyleClass styleClass, ISymbol symbol ) : IStyleGalleryItem
frmSymbol ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PreviewImage ( ) : void
axSymbologyControl1_OnItemSelected ( object sender, ESRI e ) : void
cmdCancel_Click ( object sender, System e ) : void
cmdOK_Click ( object sender, System e ) : void
frmSymbol_Load ( object sender, System e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetItem() public method

public GetItem ( esriSymbologyStyleClass styleClass, ISymbol symbol ) : IStyleGalleryItem
styleClass esriSymbologyStyleClass
symbol ISymbol
return IStyleGalleryItem

frmSymbol() public method

public frmSymbol ( ) : System
return System

Property Details

m_styleGalleryItem public_oe property

public IStyleGalleryItem m_styleGalleryItem
return IStyleGalleryItem