GetFirstDatumTargetSym Method (IView)
    
    
        
        
            
             Gets the first datum target symbol in the view.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function GetFirstDatumTargetSym() As System.Object | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IView
Dim value As System.Object
 
value = instance.GetFirstDatumTargetSym() | 
| C# |  | 
|---|
| System.object GetFirstDatumTargetSym() | 
| C++/CLI |  | 
|---|
| System.Object^ GetFirstDatumTargetSym();  | 
Return Value
First 
datum target symbolSee Also