StartType Property

Specifies whether the pattern begins at the top or bottom of the slope.

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

Syntax

C#

public SlopePatternStartType StartType { get; set; }

Visual Basic

Public Property StartType As SlopePatternStartType
	Get
	Set

Visual C++

public:
property SlopePatternStartType StartType {
	SlopePatternStartType get ();
	void set (SlopePatternStartType value);
}

See Also