Gets the entity in the underlying part or subassembly that corresponds to the specified entity in this assembly or drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCorrespondingEntity2( _
ByVal Entity As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim Entity As System.Object
Dim value As System.Object
value = instance.GetCorrespondingEntity2(Entity) |
C# | |
---|
System.object GetCorrespondingEntity2(
System.object Entity
) |
C++/CLI | |
---|
System.Object^ GetCorrespondingEntity2(
& System.Object^ Entity
) |
Parameters
- Entity
- Dispatch pointer to a vertex, face, or edge entity in this drawing view or assembly
Return Value
Corresponding
entity in the underlying part or subassembly; null or Nothing if none found (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0