CoordinateIsDataSource Method  | 
 
            Gets whether or not this coordinate is a data source.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic bool IsDataSource()
Public Function IsDataSource As Boolean
public:
bool IsDataSource()
member IsDataSource : unit -> bool 
Return Value
Type: 
BooleanWhether or not this coordinate is a data source.
See Also