ArcObjects Library Reference  (Schematic)    

INgElementType.RemoveFlagModel Method

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

[Visual Basic 6.0]
Sub RemoveFlagModel(
    ByVal FlagModel As INgFlagModel _
) As Empty
[Visual Basic .NET]
Public Sub RemoveFlagModel ( _
    ByVal FlagModel As INgFlagModel _
)
[C#]
public void RemoveFlagModel (
    INgFlagModel FlagModel
);
[Java]
public void removeFlagModel (
    INgFlagModel FlagModel
)
throws
    IOException,
    AutomationException
[C++]
HRESULT RemoveFlagModel(
  INgFlagModel* FlagModel
);
[C++]

Parameters

FlagModel [in]

  FlagModel is a parameter of type INgFlagModel

Product Availability

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

See Also

INgElementType Interface | INgElementType.AddFlagModel Method | INgElementType.GetFlagModel Method

Example

INgElementType GetFlagModel and RemoveFlagModel methods - Example

 


Feedback Send feedback on this page