ArcObjects Library Reference (Carto)  

IOverposter3.AddCurvedLabel Method

Adds a curved label object to be placed.

[Visual Basic .NET]
Public Sub AddCurvedLabel ( _
    ByVal ClassIndex As Integer, _
    ByVal Label As String, _
    ByVal widths As Object, _
    ByVal ascents As Object, _
    ByVal descents As Object, _
    ByVal fontHeight As Double, _
    ByVal fontDescent As Double, _
    ByVal ControlShape As IGeometry, _
    ByVal FeatureId As Integer, _
    ByVal Symbol As ISymbol _
)
[C#]
public void AddCurvedLabel (
    int ClassIndex,
    string Label,
    object widths,
    object ascents,
    object descents,
    double fontHeight,
    double fontDescent,
    IGeometry ControlShape,
    int FeatureId,
    ISymbol Symbol
);
[C++]
HRESULT AddCurvedLabel(
  long ClassIndex,
  BSTR Label,
  VARIANT widths,
  VARIANT ascents,
  VARIANT descents,
  double fontHeight,
  double fontDescent,
  IGeometry* ControlShape,
  long FeatureId,
  ISymbol* Symbol
);
[C++]

Parameters

ClassIndex [in]   ClassIndex is a parameter of type long Label [in]   Label is a parameter of type BSTR widths [in]   widths is a parameter of type VARIANT ascents [in]   ascents is a parameter of type VARIANT descents [in]   descents is a parameter of type VARIANT fontHeight [in]   fontHeight is a parameter of type double fontDescent [in]   fontDescent is a parameter of type double ControlShape [in]

  ControlShape is a parameter of type IGeometry

FeatureId [in]   FeatureId is a parameter of type long Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

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

See Also

IOverposter3 Interface