Method | Description | |
---|---|---|
GenerateXmlData ( string diagramName, string diagramClassName, object &xmlSource, bool &cancel ) : void | ||
UpdateXmlData ( string diagramName, string diagramClassName, string updateInformation, object &xmlSource, bool &cancel ) : void |
Method | Description | |
---|---|---|
CompleteXMLEltByProperties ( ESRI inFeature, MSXML2 &outDOMDoc, MSXML2 &outXMLElement, string propertiesArray ) : void | ||
CreateBasicXMLItemsForSchematicElt ( ESRI inFeature, MSXML2 &outDOMDoc, MSXML2 &outXMLElement, string inEltTypeName ) : void | ||
CreateXMLLinkElt ( ESRI inFeature, MSXML2 &outDOMDoc, MSXML2 &outXMLElements, string inLinkTypeName ) : void | ||
CreateXMLNodeElt ( ESRI inFeature, MSXML2 &outDOMDoc, MSXML2 &outXMLElements, string inNodeTypeName ) : void |
public GenerateXmlData ( string diagramName, string diagramClassName, object &xmlSource, bool &cancel ) : void | ||
diagramName | string | |
diagramClassName | string | |
xmlSource | object | |
cancel | bool | |
return | void |
public UpdateXmlData ( string diagramName, string diagramClassName, string updateInformation, object &xmlSource, bool &cancel ) : void | ||
diagramName | string | |
diagramClassName | string | |
updateInformation | string | |
xmlSource | object | |
cancel | bool | |
return | void |