Properties.GetDouble

This function returns the name and value of a property when passed the index.

Syntax Parameters Return Value
Sub Properties.GetDouble( _
    Index As Integer, _
    ByRef Name As String, _
    DefaultValue As Double, _
    ByRef Value As Double)
  • Index [in]

Type: Integer

  • Name [out]

Type: String

  • DefaultValue [in]

Type: Double

  • Value [out]

Type: Double

This function does not return a value.