Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public PropertyInfo( string PropName, string _Value, bool HasLimits, double MinValue, double MaxValue, PropertyType tType, bool ReadOnly, bool HasAllowedValues, string[] AllowedValues ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ PropName As String, _ _Value As String, _ HasLimits As Boolean, _ MinValue As Double, _ MaxValue As Double, _ tType As PropertyType, _ ReadOnly As Boolean, _ HasAllowedValues As Boolean, _ AllowedValues As String() _ ) |
Visual C++ |
---|
public: PropertyInfo( String^ PropName, String^ _Value, bool HasLimits, double MinValue, double MaxValue, PropertyType tType, bool ReadOnly, bool HasAllowedValues, array<String^>^ AllowedValues ) |
Parameters
- PropName
- Type: System..::.String
[Missing <param name="PropName"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.Boolean,System.Double,System.Double,CWrapper.PropertyType,System.Boolean,System.Boolean,System.String[])"]
- _Value
- Type: System..::.String
[Missing <param name="_Value"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.Boolean,System.Double,System.Double,CWrapper.PropertyType,System.Boolean,System.Boolean,System.String[])"]
- HasLimits
- Type: System..::.Boolean
[Missing <param name="HasLimits"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.Boolean,System.Double,System.Double,CWrapper.PropertyType,System.Boolean,System.Boolean,System.String[])"]
- MinValue
- Type: System..::.Double
[Missing <param name="MinValue"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.Boolean,System.Double,System.Double,CWrapper.PropertyType,System.Boolean,System.Boolean,System.String[])"]
- MaxValue
- Type: System..::.Double
[Missing <param name="MaxValue"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.Boolean,System.Double,System.Double,CWrapper.PropertyType,System.Boolean,System.Boolean,System.String[])"]
- tType
- Type: CWrapper..::.PropertyType
[Missing <param name="tType"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.Boolean,System.Double,System.Double,CWrapper.PropertyType,System.Boolean,System.Boolean,System.String[])"]
- ReadOnly
- Type: System..::.Boolean
[Missing <param name="ReadOnly"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.Boolean,System.Double,System.Double,CWrapper.PropertyType,System.Boolean,System.Boolean,System.String[])"]
- HasAllowedValues
- Type: System..::.Boolean
[Missing <param name="HasAllowedValues"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.Boolean,System.Double,System.Double,CWrapper.PropertyType,System.Boolean,System.Boolean,System.String[])"]
- AllowedValues
- Type: array<
System..::.String
>[]()[]
[Missing <param name="AllowedValues"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.Boolean,System.Double,System.Double,CWrapper.PropertyType,System.Boolean,System.Boolean,System.String[])"]