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 );
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.
Here is a sample call of the PatternModels property:
Dim pElementType As INgElementType
Dim pPatternModels As INgPatternModels
...
Set pPatternModels = pElementType.PatternModels
INgElementType Interface | INgElementType.GetPatternModel Method