|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepresentationRuleEditor
Provides access to the Representation Rule Editor.
Method Summary | |
---|---|
boolean |
doModal(int parentWnd,
int type,
IRepresentationRule rule)
Displays the representation rule editor dialog. |
int |
getGeometryType()
Geometry type edited by the dialog. |
IRepresentationRule |
getRule()
Representation rule edited by the dialog. |
Method Detail |
---|
boolean doModal(int parentWnd, int type, IRepresentationRule rule) throws IOException, AutomationException
parentWnd
- The parentWnd (A COM typedef) (in)type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)rule
- A reference to a com.esri.arcgis.display.IRepresentationRule (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeometryType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRepresentationRule getRule() 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 |