IGetEntity Method (IMate)
Obsolete. Superseded by IMate2::MateEntity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetEntity( _
ByVal WhichOne As System.Integer _
) As Entity |
Visual Basic (Usage) | |
---|
Dim instance As IMate
Dim WhichOne As System.Integer
Dim value As Entity
value = instance.IGetEntity(WhichOne) |
C# | |
---|
Entity IGetEntity(
System.int WhichOne
) |
C++/CLI | |
---|
Entity^ IGetEntity(
& System.int WhichOne
) |
Parameters
- WhichOne
-
See Also