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


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

IAnnotateLayerPropertiesCollection2.Properties Property

The item in the collection with the given id.

[Visual Basic .NET]
Public Function get_Properties ( _
    ByVal ID As Integer _
) As IAnnotateLayerProperties
[C#]
public IAnnotateLayerProperties get_Properties (
    int ID
);
[C++]
HRESULT get_Properties(
  long ID,
  IAnnotateLayerProperties** ppAnnotateLayerProperties
);
[C++]
Parameters
ID [in]

ID is a parameter of type long ppAnnotateLayerProperties [out, retval]
ppAnnotateLayerProperties is a parameter of type IAnnotateLayerProperties**

Product Availability

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

See Also

IAnnotateLayerPropertiesCollection2 Interface