Heureka API .NET Documentation
ConditionPropertiesInteriorEdge Property



Gets condition properties for InteriorEdge
Syntax
'Declaration
 
Public Property ConditionPropertiesInteriorEdge As IList(Of IList(Of ConditionProperty))
'Usage
 
Dim instance As HabitatModel
Dim value As IList(Of IList(Of ConditionProperty))
 
instance.ConditionPropertiesInteriorEdge = value
 
value = instance.ConditionPropertiesInteriorEdge
public IList<IList<ConditionProperty>> ConditionPropertiesInteriorEdge {get; set;}
public:
property IList<IList<ConditionProperty^>^>^ ConditionPropertiesInteriorEdge {
   IList<IList<ConditionProperty^>^>^ get();
   void set (    IList<IList<ConditionProperty^>^>^ 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