Gets the constraint curves for this fill-surface feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetConstraintCurves( _
ByVal Count As Integer, _
ByRef TypeArr As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IFillSurfaceFeatureData
Dim Count As Integer
Dim TypeArr As Integer
Dim value As Object
value = instance.IGetConstraintCurves(Count, TypeArr)
|
C# | |
---|
object IGetConstraintCurves(
int Count,
out int TypeArr
) |
C++/CLI | |
---|
Object^ IGetConstraintCurves(
& int Count,
& [Out] int TypeArr
) |
Parameters
- Count
- Number of entities used to constrain the surface
- TypeArr
-
in-process, unmanaged C++: Pointer to an array of types of entities used to constrain the surface as defined by
swSelectType_e; valid entities are:
-
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
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 2005 FCS, Revision Number 13.0