ArcObjects Library Reference  (Carto)    

IAnnotationSublayer.Parent Property

The parent annotation layer of this sublayer.

[Visual Basic 6.0]
Property Parent As IAnnotationLayer
[Visual Basic .NET]
Public ReadOnly Property Parent As IAnnotationLayer
[C#]
public IAnnotationLayer Parent {get;}
[Java]
public IAnnotationLayer getParent()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Parent(
  IAnnotationLayer** Parent
);
[C++]

Parameters

Parent [out, retval]

  Parent is a parameter of type IAnnotationLayer

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnnotationSublayer Interface

 


Feedback Send feedback on this page