Gets the parent folder of the specified solid body / cut list item / body folder.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CutListFolderLocation( _
ByVal QueryObj As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim QueryObj As System.Object
Dim value As System.Object
value = instance.CutListFolderLocation(QueryObj) |
C# | |
---|
System.object CutListFolderLocation(
System.object QueryObj
) |
C++/CLI | |
---|
System.Object^ CutListFolderLocation(
& System.Object^ QueryObj
) |
Parameters
- QueryObj
- Solid Body / cut list item / body folder / sub-weldment folder feature
Return Value
Parent folder feature of QueryObj; null if QueryObj is not a Solid Body / cut list / body folder / sub-weldment folder
Example
Remarks
See Also
Availability
SOLIDWORKS 2025 SP02, Revision Number 33.2