Description Retrieves the i'th position active state for a given directional source.
Syntax active = GetSourceDirIthMultiPosActive ( n, indx )
Parameters active (Boolean) True if the source's ith direction is active, False otherwise.
n As Long Node number of the source.
indx As Long Index of specific direction to check.
Remarks This function retrieves the i'th position active state for a given directional source. If there is a problem the function sets an error and returns False.
See Also Examples
|