Gets the names of the constraints in this sketch path.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetConstraints( _
ByVal Count As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPath
Dim Count As Integer
Dim value As String
value = instance.IGetConstraints(Count)
|
C# | |
---|
string IGetConstraints(
int Count
) |
C++/CLI | |
---|
String^ IGetConstraints(
& int Count
) |
Parameters
- Count
- Number of sketch constraints
Return Value
- in-process, unmanaged C++: Pointer to an array of the names of the sketch constraints
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 2007 SP4, Revision Number 15.4