Heureka API .NET Documentation
Save(Boolean,String) Method



Saves a habitat model to HabitatModels directory
Syntax
'Declaration
 
Public Function Save( _
   ByVal configuring As Boolean, _
   ByVal originalName As String _
) As Boolean
'Usage
 
Dim instance As HabitatModel
Dim configuring As Boolean
Dim originalName As String
Dim value As Boolean
 
value = instance.Save(configuring, originalName)

Parameters

configuring
originalName
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

HabitatModel Class
HabitatModel Members

Send Feedback