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