Creates a mate with the specified feature data object.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateMate( _
ByVal MateData As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim MateData As System.Object
Dim value As System.Object
value = instance.CreateMate(MateData) |
C# | |
---|
System.object CreateMate(
System.object MateData
) |
C++/CLI | |
---|
System.Object^ CreateMate(
& System.Object^ MateData
) |
Parameters
- MateData
- Mate-specific object (see Remarks)
Return Value
IFeature
Example
See the Example sections of the interfaces listed in Remarks.
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0