This document is archived and information here might be outdated.  Recommended version.


IAnnotationSublayer.Parent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationSublayer Interface > IAnnotationSublayer.Parent Property
ArcGIS Developer Help

IAnnotationSublayer.Parent Property

The parent annotation layer of this sublayer.

[Visual Basic .NET]
Public ReadOnly Property Parent As IAnnotationLayer
[C#]
public IAnnotationLayer Parent {get;}
[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