AppliedSubassemblyParamTValueType Property |
Gets parameter value type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual Type ValueType { get; }
Public Overridable ReadOnly Property ValueType As Type
Get
public:
virtual property Type^ ValueType {
Type^ get ();
}
Property Value
TypeImplements
IAppliedSubassemblyParamValueType
Remarks
The parameter value type including: string, double, bool, long.
See Also