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


IPSDriver2.Copies Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

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(
  short* 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