Heureka API .NET Documentation
HabitatModelType Property (HabitatModel)



Type of habitat model
Syntax
'Declaration
 
Public Property HabitatModelType As HabitatModelType
'Usage
 
Dim instance As HabitatModel
Dim value As HabitatModelType
 
instance.HabitatModelType = value
 
value = instance.HabitatModelType
public HabitatModelType HabitatModelType {get; set;}
public:
property HabitatModelType HabitatModelType {
   HabitatModelType get();
   void set (    HabitatModelType value);
}
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