Heureka API .NET Documentation
MarklundModelType Property



Syntax
'Declaration
 
<DisplayNameAttribute("Marklund model type")>
<PropertyOrderAttribute(22)>
<DescriptionAttribute("Description")>
<DefaultValueAttribute()>
<CategoryAttribute("1. Growth and yield")>
<BrowsableAttribute(False)>
Public Property MarklundModelType As MarklundModelType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As MarklundModelType
 
instance.MarklundModelType = value
 
value = instance.MarklundModelType
[DisplayName("Marklund model type")]
[PropertyOrder(22)]
[Description("Description")]
[DefaultValue()]
[Category("1. Growth and yield")]
[Browsable(false)]
public MarklundModelType MarklundModelType {get; set;}
[DisplayName("Marklund model type")]
[PropertyOrder(22)]
[Description("Description")]
[DefaultValue()]
[Category("1. Growth and yield")]
[Browsable(false)]
public:
property MarklundModelType MarklundModelType {
   MarklundModelType get();
   void set (    MarklundModelType 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

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback