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


IMdDisplayNode.OutlineColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDisplayNode Interface > IMdDisplayNode.OutlineColor Property
ArcGIS Developer Help

IMdDisplayNode.OutlineColor Property

The outline color of the display node object.

[Visual Basic .NET]
Public Property OutlineColor As Integer
[C#]
public int OutlineColor {get; set;}
[C++]
HRESULT get_OutlineColor(
  System.Int32* pColor
);
[C++]
HRESULT put_OutlineColor(
  long pColor
);
[C++]
Parameters
pColor [out, retval]

pColor is a parameter of type long* pColor [in]
pColor is a parameter of type long

Product Availability

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

See Also

IMdDisplayNode Interface