This document is archived and information here might be outdated. Recommended version. |
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**