CADBL Struct

Definition

Represents a counted array of DOUBLE types.

public value class CADBL
struct CADBL
[System.Runtime.InteropServices.ComConversionLoss]
public struct CADBL
[<System.Runtime.InteropServices.ComConversionLoss>]
type CADBL = struct
Public Structure CADBL
Inheritance
CADBL
Attributes

Fields

cElems

The size of the array pointed to by pElems.

pElems

A pointer to an array of DOUBLE types, each of which corresponds to an allowable value that a particular property can accept.

Applies to