Share

IAppliedSubassemblyParam.ValueType Property

Gets parameter value type.



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

Syntax

C#

Type ValueType { get; }

VB

ReadOnly Property ValueType As Type
	Get

C++

property Type^ ValueType {
	Type^ get ();
}

Property Value

Type

Remarks

The parameter value type including: string, double, bool, long.

See Also

Reference

Was this information helpful?