Heureka API .NET Documentation
HabitatModelExists Method



Checks if a Habitat model of a certain name exist
Syntax
'Declaration
 
Public Shared Function HabitatModelExists( _
   ByVal habitatModelName As String _
) As Boolean
'Usage
 
Dim habitatModelName As String
Dim value As Boolean
 
value = HabitatModelManager.HabitatModelExists(habitatModelName)
public static bool HabitatModelExists( 
   string habitatModelName
)
public:
static bool HabitatModelExists( 
   String^ habitatModelName
) 

Parameters

habitatModelName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HabitatModelManager Class
HabitatModelManager Members

Send Feedback