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


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

IPSDriver.Marks Property

The PostScript Marks.

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

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

Product Availability

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

See Also

IPSDriver Interface