This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColor Interface > IColor.NullColor Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL flag
);
[C++]
Parameters flag [out, retval] flag is a parameter of type VARIANT_BOOL flag [in] flag is a parameter of type VARIANT_BOOL
Boolean indicator that specifies if the color will be Null or Transparent. The default for NullColor is False.