IGetEntity Method (IAttribute)
Obsolete. Superseded by IAttribute::IGetEntity2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetEntity() As Entity |
Visual Basic (Usage) | |
---|
Dim instance As IAttribute
Dim value As Entity
value = instance.IGetEntity() |
C++/CLI | |
---|
Entity^ IGetEntity(); |
See Also