CommunicationObjectScalarIntendedSignalStrategy Property  | 
 
            Gets or sets the strategy used to identify the signal to be used when computing this scalar.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IntendedSignalStrategy IntendedSignalStrategy { get; set; }Public Property IntendedSignalStrategy As IntendedSignalStrategy
	Get
	Set
public:
property IntendedSignalStrategy^ IntendedSignalStrategy {
	IntendedSignalStrategy^ get ();
	void set (IntendedSignalStrategy^ value);
}member IntendedSignalStrategy : IntendedSignalStrategy with get, set
Property Value
Type: 
IntendedSignalStrategy
See Also