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