ISCModelDirectory::PropertyBag Arguments (Get Function)

Here is the signature for the PropertyBag (Get) function:

ISCPropertyBag * PropertyBag(VARIANT List, VARIANT AsString)

The following table contains the valid arguments for the PropertyBag (Get) function:

Parameter

Valid Type/Value

Description

List [optional]

VT_BSTR � Semicolon separated list of property names

Provides a list of the model directory properties. If the list is provided, only listed properties are placed in the returned property bag.

List [optional]

Empty

Requests a complete set of properties.

AsString [optional]

VT_BOOL � TRUE or FALSE

If set to TRUE, requests that all values in the bag to be presented as strings. The default is FALSE with all values in their native format.

AsString [optional]

Empty

All values in the property bag are presented in native type.

Information about valid property names for VT_BSTR is located in the Property Bag for Model Directory and Model Directory Unit section.