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


ISeriesProperties.Marks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface > ISeriesProperties.Marks Property
ArcGIS Developer Help

ISeriesProperties.Marks Property

Indicates if series shows marks.

[Visual Basic .NET]
Public Property Marks As Boolean
[C#]
public bool Marks {get; set;}
[C++]
HRESULT get_Marks(
  Boolean* b
);
[C++]
HRESULT put_Marks(
  VARIANT_BOOL b
);
[C++]
Parameters
b [out, retval]

b is a parameter of type bool* b [in]
b is a parameter of type bool

Product Availability

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

See Also

ISeriesProperties Interface