Collect (Properties)


Description

Get/Set the setting of a property using the "!" syntax. A property can be set to Nothing.

Syntax

To get a value:

someProperties!sPropertyType

 

To set:

someProperties!sPropertyType = aVariant

 

To set to nothing:

someProperties!aVariant = Nothing

 

Parameter Description
someProperties an Properties collection.
sPropertyType a string, not in quotes,  that gives the name of a PropertyType object in the model's PropertyTypes collection.
aVariant a string, double-precision floating point number, array of strings, or array of double-precision floating point numbers.

Return Value

When getting, returns a variant.

Applies To

Properties