This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelCache Interface > ILabelCache.GetUnplacedLabel Method (ArcObjects .NET 10.5 SDK) |
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,
long* classID,
BSTR* Label,
IGeometry** geom,
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