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


IPSDriver2.Copies Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPSDriver2 Interface > IPSDriver2.Copies Property
ArcGIS Developer Help

IPSDriver2.Copies Property

The number of copies.

[Visual Basic .NET]
Public Property Copies As Short
[C#]
public short Copies {get; set;}
[C++]
HRESULT get_Copies(
  System.Int16* Copies
);
[C++]
HRESULT put_Copies(
  short Copies
);
[C++]
Parameters
Copies [out, retval]

Copies is a parameter of type short* Copies [in]
Copies is a parameter of type short

Product Availability

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

See Also

IPSDriver2 Interface