dsBlockInsertUnits_e Enumeration Send Feedback
See Also 
Units to use for Block insertion.

Syntax

Visual Basic 
Public Enum dsBlockInsertUnits_e 
   Inherits System.Enum
C# 
public enum dsBlockInsertUnits_e : System.Enum 
JavaScript 
dsBlockInsertUnits_e : String
COM native C++ 
enum dsBlockInsertUnits_e
C++ 
enum dsBlockInsertUnits_e

Members

MemberDescription
dsBlockInsertUnits_Angstroms11
dsBlockInsertUnits_Astronomical18
dsBlockInsertUnits_Centimeters5
dsBlockInsertUnits_Decimeters14
dsBlockInsertUnits_Dekameters15
dsBlockInsertUnits_Feet2
dsBlockInsertUnits_Gigameters17
dsBlockInsertUnits_Hectometers16
dsBlockInsertUnits_Inches1
dsBlockInsertUnits_Kilometers7
dsBlockInsertUnits_LightYears19
dsBlockInsertUnits_Meters6
dsBlockInsertUnits_Microinches8
dsBlockInsertUnits_Microns13
dsBlockInsertUnits_Miles3
dsBlockInsertUnits_Millimeters4
dsBlockInsertUnits_Mils9
dsBlockInsertUnits_Nanometers12
dsBlockInsertUnits_Parsecs20
dsBlockInsertUnits_Unitless0
dsBlockInsertUnits_Yards10

See Also