Specifies whether vertical or horizontal profile view grid lines are not drawn in the padding areas.

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

Syntax

C#
public bool OmitGridInPaddingAreas { get; set; }
Visual Basic
Public Property OmitGridInPaddingAreas As Boolean
	Get
	Set
Visual C++
public:
property bool OmitGridInPaddingAreas {
	bool get ();
	void set (bool value);
}

See Also