Gets the edges in the specified loop.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetLoopEdges( _
ByVal Index As System.Integer, _
ByVal Count As System.Integer _
) As Edge |
Visual Basic (Usage) | |
---|
Dim instance As IShutOffSurfaceFeatureData
Dim Index As System.Integer
Dim Count As System.Integer
Dim value As Edge
value = instance.IGetLoopEdges(Index, Count) |
C# | |
---|
Edge IGetLoopEdges(
System.int Index,
System.int Count
) |
C++/CLI | |
---|
Edge^ IGetLoopEdges(
& System.int Index,
& System.int Count
) |
Parameters
- Index
Index of the loop
- Count
Number of edges in the loop specified by index
Return Value
- in-process, unmanaged C++: Pointer to an array of edges
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SOLIDWORKS 2005 FCS, Revision Number 13.0