Share

GroupPlotStyle.CellSizeType Property

Gets or sets the GroupPlotCellSizeType enum value that specifies cell size as either uniform or uniform row/column.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public GroupPlotCellSizeType CellSizeType { get; set; }

VB

Public Property CellSizeType As GroupPlotCellSizeType
	Get
	Set

C++

public:
property GroupPlotCellSizeType CellSizeType {
	GroupPlotCellSizeType get ();
	void set (GroupPlotCellSizeType value);
}

Property Value

GroupPlotCellSizeType

See Also

Reference

Was this information helpful?