This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerPropertiesCollection2 Interface > IAnnotateLayerPropertiesCollection2.Properties Property (ArcObjects .NET 10.4 SDK) |
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