Gets the entity that corresponds with the Dispatch pointer in the context of the component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCorrespondingEntity( _
ByVal Entity As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IComponent2
Dim Entity As Object
Dim value As Object
value = instance.GetCorrespondingEntity(Entity)
|
C# | |
---|
object GetCorrespondingEntity(
object Entity
) |
C++/CLI | |
---|
Object^ GetCorrespondingEntity(
& Object^ Entity
) |
Parameters
- Entity
Pointer to the Dispatch object of an entity (vertex, face, or edge)
Return Value
Pointer to the corresponding object in the context of the component
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0