|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicXmlBuilder
Provides access to members that control the Xml builder.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
String |
getGeneratingComponentCLSID()
External Component classID for generating diagrams. |
String |
getObjectTypeMapping()
ObjectTypeMapping. |
String |
getUpdatingComponentCLSID()
External Component classID for updating diagrams. |
boolean |
isAutoCreateElementClasses()
Indicates if the schematic element classes are automatically created by the schematic Xml builder. |
boolean |
isInitializeLinksVertices()
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder. |
boolean |
isInitializeNodesPosition()
Indicates if the initial positions for the nodes must be initialized by the schematic Xml builder. |
void |
setAutoCreateElementClasses(boolean pAutoCreate)
Indicates if the schematic element classes are automatically created by the schematic Xml builder. |
void |
setGeneratingComponentCLSID(String pbstrCLSID)
External Component classID for generating diagrams. |
void |
setInitializeLinksVertices(boolean pInitializeLinksVertices)
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder. |
void |
setInitializeNodesPosition(boolean pInitializeNodesPosition)
Indicates if the initial positions for the nodes must be initialized by the schematic Xml builder. |
void |
setObjectTypeMapping(String pbstrObjectTypeMapping)
ObjectTypeMapping. |
void |
setUpdatingComponentCLSID(String pbstrCLSID)
External Component classID for updating diagrams. |
| Method Detail |
|---|
void setGeneratingComponentCLSID(String pbstrCLSID)
throws IOException,
AutomationException
pbstrCLSID - The pbstrCLSID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getGeneratingComponentCLSID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUpdatingComponentCLSID(String pbstrCLSID)
throws IOException,
AutomationException
pbstrCLSID - The pbstrCLSID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUpdatingComponentCLSID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoCreateElementClasses(boolean pAutoCreate)
throws IOException,
AutomationException
pAutoCreate - The pAutoCreate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAutoCreateElementClasses()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInitializeNodesPosition(boolean pInitializeNodesPosition)
throws IOException,
AutomationException
pInitializeNodesPosition - The pInitializeNodesPosition (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInitializeNodesPosition()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInitializeLinksVertices(boolean pInitializeLinksVertices)
throws IOException,
AutomationException
pInitializeLinksVertices - The pInitializeLinksVertices (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInitializeLinksVertices()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObjectTypeMapping(String pbstrObjectTypeMapping)
throws IOException,
AutomationException
pbstrObjectTypeMapping - The pbstrObjectTypeMapping (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getObjectTypeMapping()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||