VCDSimpleProperty.RangeMin Property

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

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

Limitations:

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

See Also: VCDSimpleProperty, VCDPropertyIDs

<< VCDSimpleProperty