ArcObjects Library Reference  (Display)    

IColor.NullColor Property

Indicates whether this color is null.

[Visual Basic 6.0]
Property NullColor As Boolean
[Visual Basic .NET]
Public Property NullColor As Boolean
[C#]
public bool NullColor {get; set;}
[Java]
public boolean isNullColor()
throws
    IOException,
    AutomationException
[Java]
public void setNullColor(
boolean NullColor
)
throws
    IOException,
    AutomationException
[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

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

 


Feedback Send feedback on this page