ArcObjects Library Reference  (Schematic)    

INgPatternModel Interface

Provides access to members that control the pattern model.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

A pattern is a symbol or a text that is repeated one or more times along a link path route. Adding a pattern along a link path route can be an interesting alternative to the basic graphic effects (color, style, width) that can be set to define the links display. The pattern is drawn on the link according to the rules defined in the model it is based on. There are three types of pattern styles: continuous, discrete, and origin/endpoint patterns. Directed patterns follow the link direction, going from the origin point to the endpoint.

Members

Description
Method Delete Deletes the pattern model.
Method GetEffect Returns the effect 'effect' set for the pattern model (see esriNgPatternModelEffect).
Method IsEffectSet Indicates if the effect 'effect' related to the pattern model is set (see esriNgPatternModelEffect).
Read/write property Name Name of the pattern model.
Read-only property Project Project of the pattern model.
Method RemoveEffect Removes the effect or restores the default effect 'effect' for the pattern model (see esriNgPatternModelEffect).
Method SetEffect Modifies the effect 'effect' set for the pattern model (see esriNgPatternModelEffect).
Read-only property Type Type of the pattern model.

CoClasses that implement INgPatternModel

CoClasses and Classes Description
NgPatternModel Graphic pattern model object.

 


Feedback Send feedback on this page