Gets the entities used to define the patch boundary for this fill-surface feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPatchBoundary( _
ByVal Count As System.Integer, _
ByRef EntType As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IFillSurfaceFeatureData
Dim Count As System.Integer
Dim EntType As System.Integer
Dim value As System.Object
value = instance.IGetPatchBoundary(Count, EntType) |
C# | |
---|
System.object IGetPatchBoundary(
System.int Count,
out System.int EntType
) |
C++/CLI | |
---|
System.Object^ IGetPatchBoundary(
& System.int Count,
& [Out] System.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