GetExtentAtIndex Method (INote)
    
    
        
        
            
             Obsolete for documents created in SOLIDWORKS 2016 and later. Gets the extents of the specified piece of text within a compound note.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function GetExtentAtIndex( _
   ByVal Index As System.Integer _
) As System.Object | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As INote
Dim Index As System.Integer
Dim value As System.Object
 
value = instance.GetExtentAtIndex(Index) | 
| C# |  | 
|---|
| System.object GetExtentAtIndex( 
   System.int Index
) | 
| C++/CLI |  | 
|---|
| System.Object^ GetExtentAtIndex( 
&   System.int Index
)  | 
Parameters
- Index
- Index number of the text 
Return Value
Array of doubles (see 
Remarks)
Remarks
 
            
            See Also