ArcObjects Library Reference  (Schematic)    

INgElementType.FlagModels Property

List of flag models associated with the element type.

[Visual Basic 6.0]
Property FlagModels As INgFlagModels
[Visual Basic .NET]
Public ReadOnly Property FlagModels As INgFlagModels
[C#]
public INgFlagModels FlagModels {get;}
[Java]
public INgFlagModels getFlagModels()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_FlagModels(
  INgFlagModels** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type INgFlagModels

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
[Visual Basic 6.0]

Here is a sample call of the FlagModels property:

Dim pElementType As INgElementType
Dim pFlagModels As INgFlagModels
...
Set pFlagModels = pElementType.FlagModels

See Also

INgElementType Interface | INgElementType.GetFlagModel Method

 


Feedback Send feedback on this page