|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotationSublayer
Provides access to the properties of an annotation sublayer.
Method Summary | |
---|---|
int |
getAnnotationClassID()
The annotation class ID which is represented by this sublayer. |
IAnnotationLayer |
getParent()
The parent annotation layer of this sublayer. |
void |
setAnnotationClassID(int classID)
The annotation class ID which is represented by this sublayer. |
Method Detail |
---|
int getAnnotationClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnnotationClassID(int classID) throws IOException, AutomationException
classID
- The classID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAnnotationLayer getParent() 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 |