Sets the faces for the DeleteFace feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetDeletedFaces( _
ByVal Count As System.Integer, _
ByRef Facedisp As Face2 _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDeleteFaceFeatureData
Dim Count As System.Integer
Dim Facedisp As Face2
Dim value As System.Boolean
value = instance.ISetDeletedFaces(Count, Facedisp) |
C# | |
---|
System.bool ISetDeletedFaces(
System.int Count,
ref Face2 Facedisp
) |
C++/CLI | |
---|
System.bool ISetDeletedFaces(
& System.int Count,
& Face2^% Facedisp
) |
Parameters
- Count
- Number of faces
- Facedisp
- in-process, unmanaged C++: Pointer to an array of faces
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if the faces are set, false if not
Remarks
See Also
Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0