Gets the path segments, curves, and edges to create the structure system member.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPathSegments( _
ByVal PathSegments As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPrimaryMemberPathSegmentFeatureData
Dim PathSegments As System.Object
Dim value As System.Boolean
value = instance.SetPathSegments(PathSegments) |
C# | |
---|
System.bool SetPathSegments(
System.object PathSegments
) |
C++/CLI | |
---|
System.bool SetPathSegments(
& System.Object^ PathSegments
) |
Parameters
- PathSegments
- Array of ISketchSegments, IReferenceCurves, and/or IEdges
Return Value
True if path segments successfully set, false if not
Example
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30