GetEntityParams Method (IMateEntity)
Obsolete. Superseded by IMateEntity2::EntityParams.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEntityParams() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IMateEntity
Dim value As System.Object
value = instance.GetEntityParams() |
C# | |
---|
System.object GetEntityParams() |
C++/CLI | |
---|
System.Object^ GetEntityParams(); |
See Also