Gets the entities used to define the patch boundary for this fill-surface feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPatchBoundary( _
ByRef EntType As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IFillSurfaceFeatureData
Dim EntType As Object
Dim value As Object
value = instance.GetPatchBoundary(EntType)
|
C# | |
---|
object GetPatchBoundary(
out object EntType
) |
C++/CLI | |
---|
Object^ GetPatchBoundary(
& [Out] Object^ EntType
) |
Parameters
- EntType
- Array of types of entities used to define the patch boundary as defined byswSelectType_e:
-
Edges (swSelEDGES)
-
Sketches (swSelSKETCHES)
Return Value
Array of entities used to define the patch boundary
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0