Namespace: 
   EGIS.Projections
Assembly: EGIS.Projections (in EGIS.Projections.dll)
      
    Assembly: EGIS.Projections (in EGIS.Projections.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Function Transform ( _ points As Double*, _ pointCount As Integer, _ direction As TransformDirection _ ) As Integer | 
| C# | 
|---|
| int Transform( double* points, int pointCount, TransformDirection direction ) | 
| Visual C++ | 
|---|
| int Transform( double* points, int pointCount, TransformDirection direction ) | 
| JavaScript | 
|---|
|  | 
Parameters
- points
- Type: System..::..Double*
- pointCount
- Type: System..::..Int32
- direction
- Type: EGIS.Projections..::..TransformDirection
 
     
     
     
     
    