Query the CAD layout with the given attributes.
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 _ ) |
- 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
An IX_CadUnits enumeration value.Value Description IX_CadUnits_Angstroms Angstroms. IX_CadUnits_Astronomical Astronomical. IX_CadUnits_Centimeters Centimeters. IX_CadUnits_Decimeters Decimeters. IX_CadUnits_Dekameters Dekameters. IX_CadUnits_Feet Feet. IX_CadUnits_Gigameters Gigameters. IX_CadUnits_Hectometers Hectometers. IX_CadUnits_Inches Inches. IX_CadUnits_Kilometers Kilometers. IX_CadUnits_Lightyears Light years. IX_CadUnits_Meters Meters. IX_CadUnits_Microinches Micro inches. IX_CadUnits_Microns Microns. IX_CadUnits_Miles Miles. IX_CadUnits_Millimeters Millimeters. IX_CadUnits_Mils Mils. IX_CadUnits_Nanometers Nanometers. IX_CadUnits_Parsecs Parsecs. IX_CadUnits_Undefined Undefined units. IX_CadUnits_Yards Yards.
Note: Available in Professional Edition.