Gets or sets the type information for this parameter.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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); }