Gets the entities used to define the patch boundary for this fill-surface feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPatchBoundary( _
ByVal Count As Integer, _
ByRef EntType As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IFillSurfaceFeatureData
Dim Count As Integer
Dim EntType As Integer
Dim value As Object
value = instance.IGetPatchBoundary(Count, EntType)
|
C++/CLI | |
---|
Object^ IGetPatchBoundary(
& int Count,
& [Out] int EntType
) |
Parameters
- Count
- Number of entities used to define the patch boundary
- EntType
- in-process, unmanaged C++: Pointer to an array of types of entities used to define the patch boundary as defined by swSelectType_e:
-
edges (swSelEDGES)
-
sketches (swSelSKETCHES)
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
- in-process, unmanaged C++: Pointer to an array of entities used to define the patch boundary of size Count
VBA, VB.NET, C#, and C++/CLI: Not supported
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0