Accusoft ImagXpress 13
QueryCadLayout Method
A long value which represents the layout index.
A string value which represents the layout name.
A double value which represents the width of the layout.
A double value which represents the height of the layout.
An IX_CadUnits enumeration value.
Description

This method has been deprecated and will be removed from ImagXpress in a future release. Please use QueryCadLayout2 instead.

Query the CAD layout with the given attributes.

Syntax
Visual Basic
Public Sub QueryCadLayout( _
   ByVal LayoutIndex As Long, _
   ByRef LayoutName As String, _
   ByRef width As Double, _
   ByRef height As Double, _
   ByRef CadUnits As IX_CadUnits _
) 
Parameters
LayoutIndex
A long value which represents the layout index.
LayoutName
A string value which represents the layout name.
width
A double value which represents the width of the layout.
height
A double value which represents the height of the layout.
CadUnits
ValueDescription
IX_CadUnits_AngstromsAngstroms.
IX_CadUnits_AstronomicalAstronomical.
IX_CadUnits_CentimetersCentimeters.
IX_CadUnits_DecimetersDecimeters.
IX_CadUnits_DekametersDekameters.
IX_CadUnits_FeetFeet.
IX_CadUnits_GigametersGigameters.
IX_CadUnits_HectometersHectometers.
IX_CadUnits_InchesInches.
IX_CadUnits_KilometersKilometers.
IX_CadUnits_LightyearsLight years.
IX_CadUnits_MetersMeters.
IX_CadUnits_MicroinchesMicro inches.
IX_CadUnits_MicronsMicrons.
IX_CadUnits_MilesMiles.
IX_CadUnits_MillimetersMillimeters.
IX_CadUnits_MilsMils.
IX_CadUnits_NanometersNanometers.
IX_CadUnits_ParsecsParsecs.
IX_CadUnits_UndefinedUndefined units.
IX_CadUnits_YardsYards.
An IX_CadUnits enumeration value.
Remarks
Note: Available in Professional Edition.
See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback