Click or drag to resize

IMcExperimentFileGetExperimentInformation Method

Namespace:  MediaCy.IQL.Sets.IO
Assembly:  MediaCy.IQL.Sets.IO (in MediaCy.IQL.Sets.IO.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetExperimentInformation ( 
	filename As String,
	<OutAttribute> ByRef Name As String,
	<OutAttribute> ByRef Description As String,
	<OutAttribute> ByRef XPosition As Single,
	<OutAttribute> ByRef YPosition As Single,
	<OutAttribute> ByRef Width As Integer,
	<OutAttribute> ByRef Height As Integer,
	<OutAttribute> ByRef XUnitsPerPixel As Single,
	<OutAttribute> ByRef YUnitsPerPixel As Single,
	<OutAttribute> ByRef Units As String
)

Parameters

filename
Type: SystemString
Name
Type: SystemString
Description
Type: SystemString
XPosition
Type: SystemSingle
YPosition
Type: SystemSingle
Width
Type: SystemInt32
Height
Type: SystemInt32
XUnitsPerPixel
Type: SystemSingle
YUnitsPerPixel
Type: SystemSingle
Units
Type: SystemString
See Also