VCDSimpleProperty.RangeMax Property

Returns the maximum value of the specified property item.
Syntax:
Public RangeMax(id As String) As Long
Parameter Description
id

ID of the VCDPropertyItem whose maximum value is to be retrieved.

Limitations:

Read only, VCDSimpleProperty.Init has to be called before using this property.

See Also: VCDSimpleProperty, VCDPropertyIDs

<< VCDSimpleProperty