Gets the entity that corresponds with the Dispatch pointer in the context of the component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetCorrespondingEntity( _
ByVal PEntity As Entity _
) As Entity |
Visual Basic (Usage) | |
---|
Dim instance As IComponent2
Dim PEntity As Entity
Dim value As Entity
value = instance.IGetCorrespondingEntity(PEntity)
|
C# | |
---|
Entity IGetCorrespondingEntity(
Entity PEntity
) |
C++/CLI | |
---|
Entity^ IGetCorrespondingEntity(
& Entity^ PEntity
) |
Parameters
- PEntity
Pointer to the IEntity object (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