UseSlopeRange Property

Gets or sets a bool value that specifies whether the slope pattern is applied to a limited range of slope values.

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

Syntax

C#

public bool UseSlopeRange { get; set; }

Visual Basic

Public Property UseSlopeRange As Boolean
	Get
	Set

Visual C++

public:
property bool UseSlopeRange {
	bool get ();
	void set (bool value);
}

See Also