GetInfo Data Member Function

Populates a <StrList> with dependency and reference information strings gathered from the <NodePtrArray> submitted to this function. This can easily be done with pure SSL ( which means you don't need to use this function ), but there could be cases ( for large sets ) where performance is extremely important.

Prototype

int32 GetInfo( NodePtrArray p_apNodePtrArray, StrList p_slInfoStrings, int32 p_eDependencyInfoCategory )

Parameters

Parameter Type Parameter Name Documentation
<NodePtrArray>p_apNodePtrArrayA <NodePtrArray> containing one or more <RelationshipNode> objects.
<StrList>p_slInfoStringsThe <StrList> you wish to populate with dependency and reference information.
int32p_eDependencyInfoCategoryThe category of information you wish to retrieve. This value references the DependencyInfoCategory enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Examples

Copy Text To Clipboard

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