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


IDynamicSymbolProperties2.LineContinuePattern Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.LineContinuePattern Property
ArcGIS Developer Help

IDynamicSymbolProperties2.LineContinuePattern Property

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(
  Boolean* continuePattern
);
[C++]
Parameters
continuePattern [in]

continuePattern is a parameter of type bool continuePattern [out, retval]
continuePattern is a parameter of type 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 can�t have the pattern restarted in each of the polyline�s vertices, you should set this property to true.

See Also

IDynamicSymbolProperties2 Interface