Click or drag to resize

DataSensor Constructor

Initializes a new instance of the DataSensor class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public DataSensor(
	DataSensorGuid id,
	string name,
	bool isometric,
	bool dynamicAspectRatio,
	float width,
	float height
)

Parameters

id
Type: Lumiscaphe.Workshop.InteropDataSensorGuid
The identifier of the sensor.
name
Type: SystemString
The name of the sensor.
isometric
Type: SystemBoolean
Is the sensor isometric ?
dynamicAspectRatio
Type: SystemBoolean
Has the sensor a dynamic aspect ratio.
width
Type: SystemSingle

[Missing <param name="width"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataSensor.#ctor(Lumiscaphe.Workshop.Interop.DataSensorGuid,System.String,System.Boolean,System.Boolean,System.Single,System.Single)"]

height
Type: SystemSingle

[Missing <param name="height"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataSensor.#ctor(Lumiscaphe.Workshop.Interop.DataSensorGuid,System.String,System.Boolean,System.Boolean,System.Single,System.Single)"]

Exceptions
ExceptionCondition
ObjectNullExceptionname == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also