Gets or sets the type information for this parameter.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public TypeInfoLong TypeInfo { get; set; }
VB
Public Property TypeInfo As TypeInfoLong Get Set
C++
public: property TypeInfoLong TypeInfo { TypeInfoLong get (); void set (TypeInfoLong value); }