ArcObjects Library Reference  (Schematic)    

INgProject.GetFlagModel Method

Returns the flag model named 'flagModelName' implemented by the project.

[Visual Basic 6.0]
Function GetFlagModel(
    ByVal flagModelName As String _
) As INgFlagModel
[Visual Basic .NET]
Public Function GetFlagModel ( _
    ByVal flagModelName As String _
) As INgFlagModel
[C#]
public INgFlagModel GetFlagModel (
    string flagModelName
);
[Java]
public INgFlagModel getFlagModel (
    String flagModelName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetFlagModel(
  BSTR flagModelName,
  INgFlagModel** pVal
);
[C++]

Parameters

flagModelName [in]

  flagModelName is a parameter of type BSTR

pVal [out, retval]

  pVal is a parameter of type INgFlagModel

Product Availability

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

See Also

INgProject Interface | INgProject.FlagModels Property | INgProjectBuilder.CreateFlagModel Method

Example

INgProject GetFlagModel method - Example

 


Feedback Send feedback on this page