Gets or sets the type information for this parameter.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public TypeInfoLong TypeInfo { get; set; }
Visual Basic
Public Property TypeInfo As TypeInfoLong
	Get
	Set
Visual C++
public:
property TypeInfoLong TypeInfo {
	TypeInfoLong get ();
	void set (TypeInfoLong value);
}

See Also