|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxPreview
Provides access to members that control the GxPreview.
The IGxPreview interface is implemented only by the GxPreview object and provides access to the supported views for the selected object. Use this interface when you want to find out what the supported views are, or to retrieve or set the current view.
Method Summary | |
---|---|
ISet |
getSupportedViewClassIDs()
A list of the class IDs for the views that are supported given the current selection. |
IGxView |
getView()
The current view. |
IUID |
getViewClassID()
The class ID of the current view. |
void |
setViewClassID(IUID viewClassID)
The class ID of the current view. |
Method Detail |
---|
IGxView getView() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getViewClassID() throws IOException, AutomationException
TheViewClassID property is used to set and retrieve the current view through its UID. Setting the UID is the only method for changing the current view within the GxPreview object.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setViewClassID(IUID viewClassID) throws IOException, AutomationException
viewClassID
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISet getSupportedViewClassIDs() 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 |