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 );
Parameters
flagModelName [in]
flagModelName is a parameter of type BSTR
pVal [out, retval]
pVal is a parameter of type INgFlagModel
INgProject Interface | INgProject.FlagModels Property | INgProjectBuilder.CreateFlagModel Method