This builds the device property list. It must be called before the device does anything. Setting clear properties to false allows the
device adapter or user to build the property list in several steps. This is useful for devices that have both real micromanager properties as well as
virtual properties such as the function generators
Namespace:
CoreDevices.DevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected virtual void InitializePropertyList( bool ClearProperties ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub InitializePropertyList ( _ ClearProperties As Boolean _ ) |
Visual C++ |
---|
protected: virtual void InitializePropertyList( bool ClearProperties ) |
Parameters
- ClearProperties
- Type: System..::.Boolean
[Missing <param name="ClearProperties"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.InitializePropertyList(System.Boolean)"]