Share

ParamBool.TypeInfo Property

The sub-type of the boolean parameter.



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

Syntax

C#

public TypeInfoBool TypeInfo { get; set; }

VB

Public Property TypeInfo As TypeInfoBool
	Get
	Set

C++

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

Property Value

TypeInfoBool

See Also

Reference

Was this information helpful?