Specifies whether the center marker of all grading styles is visable in the current view port(Plan/Model).

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

Syntax

C#
public void SetCenterMarkerVisable(
	bool isVisable
)
Visual Basic
Public Sub SetCenterMarkerVisable ( _
	isVisable As Boolean _
)
Visual C++
public:
void SetCenterMarkerVisable(
	bool isVisable
)

Parameters

isVisable
Type: System..::..Boolean

See Also