Share

Autodesk.AutoCAD.DatabaseServices.CellOption Enumeration

Description

This .NET class wraps the CellOption ObjectARX enum.

For internal use only.

Visual Basic

Public Enum CellOption
  None
  InheritCellFormat
End Enum

C#

public enum CellOption {
  None,
  InheritCellFormat
}

Members

Members Description
None No option
InheritCellFormat Field should inherit the cell format

Was this information helpful?