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


ILabelCache.GetUnplacedLabel Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ILabelCache.GetUnplacedLabel Method

Retrieve an unplaced label from the label cache.

[Visual Basic .NET]
Public Sub GetUnplacedLabel ( _
    ByVal Index As Integer, _
    ByRef classID As Integer, _
    ByRef Label As String, _
    ByRef geom As IGeometry, _
    ByRef Angle As Double, _
    ByRef AnchorPoint As IPoint, _
    ByRef mbr As IEnvelope _
)
[C#]
public void GetUnplacedLabel (
    int Index,
    ref int classID,
    ref string Label,
    ref IGeometry geom,
    ref double Angle,
    ref IPoint AnchorPoint,
    ref IEnvelope mbr
);
[C++]
HRESULT GetUnplacedLabel(
  long Index,
  System.Int32* classID,
  System.String* Label,
  IGeometry** geom,
  System.Double* Angle,
  IPoint** AnchorPoint,
  IEnvelope** mbr
);
[C++]

Parameters Index [in]
Index is a parameter of type long classID [out]
classID is a parameter of type long* Label [out]
Label is a parameter of type BSTR* geom [out]
geom is a parameter of type IGeometry** Angle [out]
Angle is a parameter of type double* AnchorPoint [out]
AnchorPoint is a parameter of type IPoint** mbr [out]
mbr is a parameter of type IEnvelope**

Product Availability

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

See Also

ILabelCache Interface