Autodesk.AutoCAD.GraphicsInterface Namespace > DrawableType Enumeration
Autodesk.AutoCAD.GraphicsInterface.DrawableType Enumeration   
Description

 

This .NET class wraps the AcGiDrawable::DrawableType ObjectARX class. Indicates the type of a drawable object. By default the type on all drawables is kGeometry.

Class

DrawableType enum

Visual Basic
Public Enum DrawableType
  Geometry
  DistantLight
  PointLight
  SpotLight
  AmbientLight
  SolidBackground
  GradientBackground
  ImageBackground
  GroundPlaneBackground
  Viewport
  WebLight
  SkyBackground
  ImageBasedLightingBackground
End Enum
Members
Members 
Description 
Geometry 
Default type for all drawables. 
DistantLight 
A distant light. Distant lights emit parallel light rays, with no attenuation ( or decay) of light intensity. 
PointLight 
A point light source. Point lights emit light in all directions. 
SpotLight 
A spotlight source. Spotlights emit light in a specific direction. 
AmbientLight 
Ambient light. Ambient light comes from all directions. 
SolidBackground 
Drawable is a background filled with solid color. 
GradientBackground 
Drawable is a gradient background controlled by three colors. 
ImageBackground 
Drawable is a background filled with an image. 
GroundPlaneBackground 
Drawable is a ground plane background. 
Viewport 
A viewport drawable. 
WebLight 
A web light. Web lights emit light in varying intensities depending on direction. This anisotropic intensity distribution is typically provided in a web file. 
SkyBackground 
Drawable type is a skylight background. 
ImageBasedLightingBackground 

Drawable is a background filled with an light. 
Previous Declaration
[Wrapper("AcGiDrawable::DrawableType")]
public enum DrawableType {
Geometry,
DistantLight,
PointLight,
SpotLight,
AmbientLight,
SolidBackground,
GradientBackground,
ImageBackground,
GroundPlaneBackground,
Viewport,
WebLight,
SkyBackground
   Comments?