ISetCurrentSurface Method (IBody)
    
    
        
        
            
             Obsolete. Superseded by IBody2::ISetCurrentSurface.  
             
            .NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Sub ISetCurrentSurface( _
   ByVal SurfaceIn As Surface _
)  | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IBody
Dim SurfaceIn As Surface
 
instance.ISetCurrentSurface(SurfaceIn) | 
| C# |  | 
|---|
| void ISetCurrentSurface( 
   Surface SurfaceIn
) | 
| C++/CLI |  | 
|---|
| void ISetCurrentSurface( 
&   Surface^ SurfaceIn
)  | 
Parameters
- SurfaceIn
-  
See Also