Click or drag to resize

IMcExperimentDocumentAddDocumentPhysical Method

Add a new document (image, VLI or set) to the experiment, at the specified location expressed in physical coordinates. The document must be calibrated, and the physical coordinates are expressed in the units of the calibration. The coordinates are relative to an unknown physical fiduciary. The size (in calibrated units) is an indication of how much space the sample occupies in the experiment. The document will be fitted into the existing experiment extent if possible, and the experiment space (and map) will be expanded as needed.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Sub AddDocumentPhysical ( 
	name As String,
	document As Object,
	position As PointD,
	size As SizeD,
	description As String
)

Parameters

name
Type: SystemString
document
Type: SystemObject
position
Type: MediaCy.Utilities.SystemExPointD
size
Type: MediaCy.Utilities.SystemExSizeD
description
Type: SystemString
Remarks