Gets the entities used to define the trimming boundaries.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetTrimmingBoundary( _
ByVal Count As System.Integer, _
ByRef Type As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IWeldmentTrimExtendFeatureData
Dim Count As System.Integer
Dim Type As System.Integer
Dim value As System.Object
value = instance.IGetTrimmingBoundary(Count, Type) |
C# | |
---|
System.object IGetTrimmingBoundary(
System.int Count,
out System.int Type
) |
C++/CLI | |
---|
System.Object^ IGetTrimmingBoundary(
& System.int Count,
& [Out] System.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