GroupPlotStyleCellSizeType Property |
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.8.0.292
Syntaxpublic GroupPlotCellSizeType CellSizeType { get; set; }
Public Property CellSizeType As GroupPlotCellSizeType
Get
Set
public:
property GroupPlotCellSizeType CellSizeType {
GroupPlotCellSizeType get ();
void set (GroupPlotCellSizeType value);
}
Property Value
GroupPlotCellSizeType
See Also