C# Class ApplicativeAlgorithmsCS.TranslateTree

Inheritance: ISchematicAlgorithm, ISchematicJSONParameters, ITranslateTree
Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
Execute ( ISchematicLayer schematicLayer, ITrackCancel CancelTracker ) : void
TranslateTree ( ) : System
get_Enabled ( ISchematicLayer schematicLayer ) : bool

Private Methods

Method Description
InternalExecute ( ISchematicLayer schematicLayer, ISchematicInMemoryDiagram inMemoryDiagram, ITrackCancel CancelTracker ) : void
Reg ( string regKey ) : void
Unreg ( string regKey ) : void

Method Details

Execute() public method

public Execute ( ISchematicLayer schematicLayer, ITrackCancel CancelTracker ) : void
schematicLayer ISchematicLayer
CancelTracker ITrackCancel
return void

TranslateTree() public method

public TranslateTree ( ) : System
return System

get_Enabled() public method

public get_Enabled ( ISchematicLayer schematicLayer ) : bool
schematicLayer ISchematicLayer
return bool