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


IOverposterProperties.LabelStyleID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposterProperties Interface > IOverposterProperties.LabelStyleID Property
ArcGIS Developer Help

IOverposterProperties.LabelStyleID Property

The UID of the required LabelStyle object.

[Visual Basic .NET]
Public ReadOnly Property LabelStyleID As UID
[C#]
public UID LabelStyleID {get;}
[C++]
HRESULT get_LabelStyleID(
  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

IOverposterProperties Interface