Indicates whether the line pattern is continued or restarted, for multi parts lines drawing.
[Visual Basic .NET] Public Property LineContinuePattern As Boolean
[C#] public bool LineContinuePattern {get; set;}
[C++]
HRESULT get_LineContinuePattern(
VARIANT_BOOL* continuePattern
);
[C++]
HRESULT put_LineContinuePattern(
VARIANT_BOOL continuePattern
);
[C++]Parameters
continuePattern [out, retval] continuePattern is a parameter of type VARIANT_BOOL continuePattern [in] continuePattern is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Taking drawing a polyline as an example, if you need to render a continuous pattern, and cant have the pattern restarted in each of the polylines vertices, you should set this property to true.