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


IColor.NullColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColor Interface > IColor.NullColor Property
ArcGIS Developer Help

IColor.NullColor Property

Indicates whether this color is null.

[Visual Basic .NET]
Public Property NullColor As Boolean
[C#]
public bool NullColor {get; set;}
[C++]
HRESULT get_NullColor(
  VARIANT_BOOL flag
);
[C++]
HRESULT put_NullColor(
  Boolean* flag
);
[C++]
Parameters
flag [in]

flag is a parameter of type bool flag [out, retval]
flag is a parameter of type bool*

Product Availability

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

Description

Boolean indicator that specifies if the color will be Null or Transparent. The default for NullColor is False.

See Also

IColor Interface

.NET Samples

Create a custom default raster renderer