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


IAnnotateMap2.FeatureLayerPropertiesID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAnnotateMap2.FeatureLayerPropertiesID Property

The UID that is expected for feature layer properties.

[Visual Basic .NET]
Public ReadOnly Property FeatureLayerPropertiesID As UID
[C#]
public UID FeatureLayerPropertiesID {get;}
[C++]
HRESULT get_FeatureLayerPropertiesID(
  IUID** uid
);
[C++]

Parameters uid [out, retval]
uid is a parameter of type IUID

Product Availability

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

See Also

IAnnotateMap2 Interface