Read-only
About Cal Sets

ContentDescriptor Property


Description

Returns the Cal Types from the calset. Learn more about Cal Type.

VB Syntax

value = calSet.ContentDescriptor

Variable

(Type) - Description

calSet

A CalSet (object)

Return Type

1-dimensional variant array

Default

Not Applicable

Examples

Set app = CreateObject("AgilentPNA835x.Application")

Set calset = app.GetCalManager.CalSets.Item(2)

desc = CalSet.ContentDescriptor

For i = 0 to UBound(desc)

 MsgBox (desc(i))

Next

C++ Syntax

HRESULT get_ContentDescriptor (VARIANT* vals)

Interface

ICalSet8


Last Modified:

28-Jan-2014

New topic