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


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

IAnnotationClassExtension.RequireSymbolID Property

Indicates if an annotation must belong to a symbol in the symbol collection.

[Visual Basic .NET]
Public ReadOnly Property RequireSymbolID As Boolean
[C#]
public bool RequireSymbolID {get;}
[C++]
HRESULT get_RequireSymbolID(
  Boolean* flag
);
[C++]
Parameters
flag [out, retval]

flag is a parameter of type bool*

Product Availability

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

See Also

IAnnotationClassExtension Interface