Heureka API .NET Documentation
ModelsList Property



List of selected habitat models
Syntax
'Declaration
 
Public ReadOnly Property ModelsList As IList(Of IHabitatModel)
'Usage
 
Dim instance As ModelWorkData
Dim value As IList(Of IHabitatModel)
 
value = instance.ModelsList
public IList<IHabitatModel> ModelsList {get;}
public:
property IList<IHabitatModel^>^ ModelsList {
   IList<IHabitatModel^>^ get();
}
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

ModelWorkData Class
ModelWorkData Members

Send Feedback