Description Retrieves the activity state of a particular angle in a multi-angle (plane waves) source.
Syntax active = GetSourceDirIthMultiAngleActive ( n, indx )
Parameters active (Boolean) The activity state of the angle.
n As Long Node number of the multi-angle (plane waves) source.
indx As Long The identifier of the angle.
Remarks This function retrieves the activity state of a particular angle in a multi-angle (plane waves) source. If there is a problem the function sets an error and returns False.
See Also SetSourceDirIthMultiAngleActive Examples
|