Help Center

DVARIANT.GetDimmethod

Gets the number of dimensions in the array.

COMmethodDVARIANT.INCdocumented

Syntax

FUNCTION GetDim () AS ULONG

Return value

Returns the number of dimensions for variants of type VT_ARRAY; returns 0 otherwise.

Description

Gets the number of dimensions in the array.

Reference

  • Include file DVARIANT.INC
  • Defined in AfxNova/DVARIANT.inc:1597
  • Documented in COM/DVARIANT Class.md
  • Topic: DVARIANT Class