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


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

IPSDriver2.Marks Property

The PostScript Marks.

[Visual Basic .NET]
Public Property Marks As Short
[C#]
public short Marks {get; set;}
[C++]
HRESULT get_Marks(
  short* 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

IPSDriver2 Interface