This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPositionTrails Interface > IPositionTrails.MarkerTrailCount Property (ArcObjects .NET 10.5 SDK) |
The number of marker symbols to show as a trail.
[Visual Basic .NET] Public Property MarkerTrailCount As Integer
[C#] public int MarkerTrailCount {get; set;}
[C++]
HRESULT get_MarkerTrailCount(
long* pCount
);
[C++]
HRESULT put_MarkerTrailCount(
long pCount
);
[C++]
Parameters pCount [out, retval] pCount is a parameter of type long pCount [in] pCount is a parameter of type long