Click or drag to resize

IMcExperimentFileGetDocumentInformation 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 GetDocumentInformation ( 
	filename As String,
	DocumentID As Object,
	<OutAttribute> ByRef Name As String,
	<OutAttribute> ByRef Description As String,
	<OutAttribute> ByRef XPosition As Integer,
	<OutAttribute> ByRef YPosition As Integer,
	<OutAttribute> ByRef Width As Integer,
	<OutAttribute> ByRef Height As Integer,
	<OutAttribute> ByRef ExtraInfo As Object
)

Parameters

filename
Type: SystemString
DocumentID
Type: SystemObject
Name
Type: SystemString
Description
Type: SystemString
XPosition
Type: SystemInt32
YPosition
Type: SystemInt32
Width
Type: SystemInt32
Height
Type: SystemInt32
ExtraInfo
Type: SystemObject
See Also