ArcObjects Library Reference  (Carto)    

IACTrueTypeMarkerSymbol.OutlineColor Property

The outline color.

[Visual Basic 6.0]
Property OutlineColor As IColor
[Visual Basic .NET]
Public Property OutlineColor As IColor
[C#]
public IColor OutlineColor {get; set;}
[Java]
public IColor getOutlineColor()
throws
    IOException,
    AutomationException
[Java]
public void setOutlineColor(
IColor pColor
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_OutlineColor(
  IColor** Color
);
[C++]
HRESULT put_OutlineColor(
  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

IACTrueTypeMarkerSymbol Interface

 


Feedback Send feedback on this page