Share

SlopePatternLineSymbol.LengthType Property

Specifies how to determine the length of the symbol.



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

Syntax

C#

public SlopePatternLengthType LengthType { get; set; }

VB

Public Property LengthType As SlopePatternLengthType
	Get
	Set

C++

public:
property SlopePatternLengthType LengthType {
	SlopePatternLengthType get ();
	void set (SlopePatternLengthType value);
}

Property Value

SlopePatternLengthType

See Also

Reference

Was this information helpful?