Share

ParamDouble.TypeInfo Property

Gets or sets the type information for this parameter.



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

Syntax

C#

public TypeInfoDouble TypeInfo { get; set; }

VB

Public Property TypeInfo As TypeInfoDouble
	Get
	Set

C++

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

Property Value

TypeInfoDouble

See Also

Reference

Was this information helpful?