Gets the object that corresponds to the Dispatch object in the context of the part, assembly, or subassembly document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCorresponding( _
ByVal InputObject As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim InputObject As System.Object
Dim value As System.Object
value = instance.GetCorresponding(InputObject) |
C# | |
---|
System.object GetCorresponding(
System.object InputObject
) |
C++/CLI | |
---|
System.Object^ GetCorresponding(
& System.Object^ InputObject
) |
Parameters
- InputObject
- Pointer to the Dispatch object
Return Value
Pointer to the corresponding object in the context of the part, assembly, or subassembly document
Example
Remarks
See Also
Availability
SOLIDWORKS 2007 SP1, Revision Number 15.1