Sets the vertexes, sketch points, and reference points.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPoints( _
ByVal Points As System.Object _
) As System.Boolean |
C# | |
---|
System.bool SetPoints(
System.object Points
) |
C++/CLI | |
---|
System.bool SetPoints(
& System.Object^ Points
) |
Parameters
- Points
- Array of IVertexes, ISketchPoints, and/or IRefPoints
Return Value
True if points successfully set, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30