GetAllQualifierStrings Data Member Function

Populates a <StrList> and <Int32Array> with text versions of all qualifier strings and corresponding indices.

Prototype

int32 GetAllQualifierStrings( StrList p_slQualifierNames, Int32Array p_aiQualifierIndices )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slQualifierNamesA pointer to the <StrList> object you wish to populate with qualifier names.
<Int32Array>p_aiQualifierIndicesA pointer to the <Int32Array> object you wish to populate with qualifier indices.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.