Gets or sets the GroupPlotCellSizeType enum value that specifies cell size as either uniform or uniform row/column.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public GroupPlotCellSizeType CellSizeType { get; set; } |
| Visual Basic |
|---|
Public Property CellSizeType As GroupPlotCellSizeType Get Set |
| Visual C++ |
|---|
public: property GroupPlotCellSizeType CellSizeType { GroupPlotCellSizeType get (); void set (GroupPlotCellSizeType value); } |