|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAnnotationElement
Provides access to members that control Annotation Features.
The IAnnotationElement interface maintains information about an annotation feature.
// Assume that we have a FeatureClass reference (fC)...
IAnnotationFeature pAnnotationFeature = null;
IAnnotationElement pAnnotationElement = null;
pAnnotationFeature = new IAnnotationFeatureProxy(fC.getFeature(1));
pAnnotationElement = new IAnnotationElementProxy(pAnnotationFeature.getAnnotation());
IAnnotationFeature| Method Summary | |
|---|---|
IFeature |
getFeature()
The feature associated with this element. |
| Method Detail |
|---|
IFeature getFeature()
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 | ||||||||