Gets the object in the underlying part or subassembly document that corresponds to the specified input object in this drawing view or assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCorresponding2( _
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.GetCorresponding2(InputObject) |
C# | |
---|
System.object GetCorresponding2(
System.object InputObject
) |
C++/CLI | |
---|
System.Object^ GetCorresponding2(
& System.Object^ InputObject
) |
Parameters
- InputObject
- Object in this drawing view or assembly (see Remarks)
Return Value
Corresponding object 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