AcadDatabasePreferences
The settings of a document that are saved in a drawing (not the registry).
Supported Platforms: Windows only
Object Inheritance
Members
These members are part of this object:
Properties- Application
- SolidFill
- XRefEdit
- XRefLayerVisibility
- OLELaunch
- AllowLongSymbolNames
- ObjectSortBySelection
- ObjectSortBySnap
- ObjectSortByRedraws
- ObjectSortByRegens
- ObjectSortByPlotting
- ObjectSortByPSOutput
- ContourLinesPerSurface
- ContourLinesPerSurface
- DisplaySilhouette
- DisplaySilhouette
- MaxActiveViewports
- MaxActiveViewports
- RenderSmoothness
- RenderSmoothness
- SegmentPerPolyline
- SegmentPerPolyline
- TextFrameDisplay
- TextFrameDisplay
- Lineweight
- Lineweight
- LineWeightDisplay
- LineWeightDisplay
- Application [ReadOnly]
IDispatch* Application( )
Returns the Application object.
- SolidFill
Boolean SolidFill( )
Specifies or returns whether certain objects in a document are filled in.
- XRefEdit
Boolean XRefEdit( )
Specifies or returns whether a document can be edited when it is used as an external reference.
- XRefLayerVisibility
Boolean XRefLayerVisibility( )
Specifies or returns whether changes to layers and paths of an external reference are saved with the document.
- OLELaunch
Boolean OLELaunch( )
Specifies or returns whether to open an OLE object's corresponding application when printing the OLE object.
- AllowLongSymbolNames
Boolean AllowLongSymbolNames( )
Specifies or returns whether symbol names can include extended characters.
- ObjectSortBySelection
Boolean ObjectSortBySelection( )
Specifies or returns whether objects are sorted by entity selection.
- ObjectSortBySnap
Boolean ObjectSortBySnap( )
Specifies or returns whether objects are sorted by object snap.
- ObjectSortByRedraws
Boolean ObjectSortByRedraws( )
Specifies or returns whether objects are sorted by redraw order.
- ObjectSortByRegens
Boolean ObjectSortByRegens( )
Specifies or returns whether objects are sorted by regeneration order.
- ObjectSortByPlotting
Boolean ObjectSortByPlotting( )
Specifies or returns whether objects are sorted by printing order.
- ObjectSortByPSOutput
Boolean ObjectSortByPSOutput( )
Specifies or returns whether objects are sorted by PostScript output order.
- ContourLinesPerSurface
Void ContourLinesPerSurface( )
Specifies or returns the number of isolines per surface for objects.
- ContourLinesPerSurface [ReadOnly]
Integer ContourLinesPerSurface( )
Specifies or returns the number of isolines per surface for objects.
- DisplaySilhouette
Void DisplaySilhouette( )
Specifies or returns whether silhouette curves of 3D solids display in wireframe view.
- DisplaySilhouette [ReadOnly]
Boolean DisplaySilhouette( )
Specifies or returns whether silhouette curves of 3D solids display in wireframe view.
- MaxActiveViewports
Void MaxActiveViewports( )
Specifies or returns the maximum number of active viewports allowed in a document.
- MaxActiveViewports [ReadOnly]
Integer MaxActiveViewports( )
Specifies or returns the maximum number of active viewports allowed in a document.
- RenderSmoothness
Void RenderSmoothness( )
Specifies or returns the quality of hidden, shaded, and rendered objects.
- RenderSmoothness [ReadOnly]
Double RenderSmoothness( )
Specifies or returns the quality of hidden, shaded, and rendered objects.
- SegmentPerPolyline
Void SegmentPerPolyline( )
Specifies or returns the number of line segments generated for polylines.
- SegmentPerPolyline [ReadOnly]
Integer SegmentPerPolyline( )
Specifies or returns the number of line segments generated for polylines.
- TextFrameDisplay
Void TextFrameDisplay( )
Specifies or returns whether text frames display instead of text.
- TextFrameDisplay [ReadOnly]
Boolean TextFrameDisplay( )
Specifies or returns whether text frames display instead of text.
- Lineweight
Void Lineweight( )
Specifies or returns the default lineweight for a document.
- Lineweight [ReadOnly]
AcLineWeight Lineweight( )
Specifies or returns the default lineweight for a document.
- LineWeightDisplay
Void LineWeightDisplay( )
Specifies or returns whether lineweights display in a document.
- LineWeightDisplay [ReadOnly]
Boolean LineWeightDisplay( )
Specifies or returns whether lineweights display in a document.