ArcObjects Library Reference  (Carto)    

IViewManager.OutputBandSize Property

Size allocated for each band when banding output.

[Visual Basic 6.0]
Property OutputBandSize As Long
[Visual Basic .NET]
Public Property OutputBandSize As Integer
[C#]
public int OutputBandSize {get; set;}
[Java]
public int getOutputBandSize()
throws
    IOException,
    AutomationException
[Java]
public void setOutputBandSize(
Long OutputBandSize
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_OutputBandSize(
  long* kilobytes
);
[C++]
HRESULT put_OutputBandSize(
  long kilobytes

);

[C++]

Parameters

kilobytes [out, retval]

  kilobytes is a parameter of type long

kilobytes [in]

  kilobytes is a parameter of type long

Product Availability

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

See Also

IViewManager Interface

 


Feedback Send feedback on this page