ArcObjects Library Reference  (Carto)    

IAnnotationLayer.UnplacedAnnotationColor Property

Indicates the color with which unplaced annotation is drawn.

[Visual Basic 6.0]
Property UnplacedAnnotationColor As IColor
[Visual Basic .NET]
Public Property UnplacedAnnotationColor As IColor
[C#]
public IColor UnplacedAnnotationColor {get; set;}
[Java]
public  getUnplacedAnnotationColor (
    IColor Color
)
[Java]
public void setUnplacedAnnotationColorByRef(
    IColor Color
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_UnplacedAnnotationColor(
  IColor** Color
);
[C++]
HRESULT putref_UnplacedAnnotationColor(
  IColor* Color

);

[C++]

Parameters

Color [out, retval]

  Color is a parameter of type IColor

Color [in]

  Color is a parameter of type IColor

Product Availability

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

See Also

IAnnotationLayer Interface

 


Feedback Send feedback on this page