ArcObjects Library Reference  (Schematic)    

INgElementType.RemovePatternModel Method

Removes the association between the specified pattern model and the element type.

[Visual Basic 6.0]
Sub RemovePatternModel(
    ByVal PatternModel As INgPatternModel _
) As Empty
[Visual Basic .NET]
Public Sub RemovePatternModel ( _
    ByVal PatternModel As INgPatternModel _
)
[C#]
public void RemovePatternModel (
    INgPatternModel PatternModel
);
[Java]
public void removePatternModel (
    INgPatternModel PatternModel
)
throws
    IOException,
    AutomationException
[C++]
HRESULT RemovePatternModel(
  INgPatternModel* PatternModel
);
[C++]

Parameters

PatternModel [in]

  PatternModel is a parameter of type INgPatternModel

Product Availability

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

See Also

INgElementType Interface | INgElementType.AddPatternModel Method | INgElementType.GetPatternModel Method

Example

INgElementType GetPatternModel and RemovePatternModel methods - Example

 


Feedback Send feedback on this page