ArcObjects Library Reference (Carto)  

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