Share

SlopePatternLineSymbol.Numberoflines Property

Specifies the number of lines to include in the tapered lines set.



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

Syntax

C#

public int Numberoflines { get; set; }

VB

Public Property Numberoflines As Integer
	Get
	Set

C++

public:
property int Numberoflines {
	int get ();
	void set (int value);
}

Property Value

Int32

See Also

Reference

Was this information helpful?