ArcObjects Library Reference  (Schematic)    

INgElementType.PatternModels Property

List of pattern models associated with the element type.

[Visual Basic 6.0]
Property PatternModels As INgPatternModels
[Visual Basic .NET]
Public ReadOnly Property PatternModels As INgPatternModels
[C#]
public INgPatternModels PatternModels {get;}
[Java]
public INgPatternModels getPatternModels()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_PatternModels(
  INgPatternModels** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgPatternModels

Product Availability

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

Remarks

With old ArcGIS Schematics versions, no more than one pattern model could be associated with a link element type. Since the 2.3 version, several pattern models can be associated with the same link element type.

[Visual Basic 6.0]

Here is a sample call of the PatternModels property:

Dim pElementType As INgElementType
Dim pPatternModels As INgPatternModels
...
Set pPatternModels = pElementType.PatternModels

See Also

INgElementType Interface | INgElementType.GetPatternModel Method

 


Feedback Send feedback on this page