Gets the entities used to define the trimming boundaries.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetTrimmingBoundary( _
ByVal Count As Integer, _
ByRef Type As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IWeldmentTrimExtendFeatureData
Dim Count As Integer
Dim Type As Integer
Dim value As Object
value = instance.IGetTrimmingBoundary(Count, Type)
|
C# | |
---|
object IGetTrimmingBoundary(
int Count,
out int Type
) |
C++/CLI | |
---|
Object^ IGetTrimmingBoundary(
& int Count,
& [Out] int Type
) |
Parameters
- Count
- Number of trimming boundaries
- Type
Type of trimming boundary:
-
swSelSOLIDBODIES
-
SwSelFACES
Return Value
-
in-process, unmanaged C++: Pointer to an array of entities that define the trimming boundaries
- 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 2006 FCS, Revision Number 14.0