Share

SlopePatternLine.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.8.0.280

Syntax

C#

public SlopePatternStartType StartType { get; set; }

VB

Public Property StartType As SlopePatternStartType
	Get
	Set

C++

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

Property Value

SlopePatternStartType

See Also

Reference

Was this information helpful?