TypeInfo Property

The sub-type of the boolean parameter.

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

Syntax

C#

public TypeInfoBool TypeInfo { get; set; }

Visual Basic

Public Property TypeInfo As TypeInfoBool
	Get
	Set

Visual C++

public:
property TypeInfoBool TypeInfo {
	TypeInfoBool get ();
	void set (TypeInfoBool value);
}

See Also