type Property

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

Syntax

C#

public SlopeLineType type { get; set; }

Visual Basic

Public Property type As SlopeLineType
	Get
	Set

Visual C++

public:
property SlopeLineType type {
	SlopeLineType get ();
	void set (SlopeLineType value);
}

See Also