Gets the user-defined IDs for the specified edge for the macro feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEdgeUserId( _
ByVal Edge As Edge, _
ByRef Id1 As Integer, _
ByRef Id2 As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IMacroFeatureData
Dim Edge As Edge
Dim Id1 As Integer
Dim Id2 As Integer
Dim value As Boolean
value = instance.GetEdgeUserId(Edge, Id1, Id2)
|
C# | |
---|
bool GetEdgeUserId(
Edge Edge,
out int Id1,
out int Id2
) |
C++/CLI | |
---|
bool GetEdgeUserId(
& Edge^ Edge,
& [Out] int Id1,
& [Out] int Id2
) |
Parameters
- Edge
- Edge
- Id1
- First ID
- Id2
- Second ID
Return Value
True if the IDs are valid, false if not
Example
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0