TargetLineOfSightOperator.ObserverName Property
Gets or sets an attribute variable that extracts the name of each observer.
Syntax
public AttributeVariable< System.String > ObserverName { get; set; }
Property Value
Default: "SomeObserver"
The name of each observer.
Remarks
The name of each observer is used for three purposes:
As part of the seeingObservers attribute of each target seen by this observer see TargetLineOfSightOperator.
To construct an attribute called visibleByName for each target seen by this observer see TargetLineOfSightOperator.
As the value of the observer attribute of lines of sight from this observer. See OutputSightLines.
If the ObserverName cannot be evaluated for an observer (it may refer to an attribute that is absent), the name will become "SomeObserver". If the ObserverName evaluates to the empty string for an observer, its name will become "Anonymous".
Platforms
Windows, Linux, Android