SetSlopePatternVisable Method

Specifies whether the slope pattern 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.208.0

Syntax

C#

public void SetSlopePatternVisable(
	bool isVisable
)

Visual Basic

Public Sub SetSlopePatternVisable ( _
	isVisable As Boolean _
)

Visual C++

public:
void SetSlopePatternVisable(
	bool isVisable
)

Parameters

isVisable
Type: System.Boolean

See Also