ICreateBoundedSurface Method (IBody)
Obsolete. Superseded by IBody2::ICreateBoundedSurface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ICreateBoundedSurface( _
ByVal UOpt As System.Boolean, _
ByVal VOpt As System.Boolean, _
ByRef UvParams As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim UOpt As System.Boolean
Dim VOpt As System.Boolean
Dim UvParams As System.Double
instance.ICreateBoundedSurface(UOpt, VOpt, UvParams) |
C# | |
---|
void ICreateBoundedSurface(
System.bool UOpt,
System.bool VOpt,
ref System.double UvParams
) |
C++/CLI | |
---|
void ICreateBoundedSurface(
& System.bool UOpt,
& System.bool VOpt,
& System.double% UvParams
) |
Parameters
- UOpt
-
- VOpt
-
- UvParams
-
See Also