Sets the setback distance for the specified vertex and its edges on this variable fillet feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetSetbackVertexDistance( _
ByVal Count As System.Integer, _
ByVal Vtx As Vertex, _
ByRef EdgeArr As Edge, _
ByRef DistArr As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IVariableFilletFeatureData2
Dim Count As System.Integer
Dim Vtx As Vertex
Dim EdgeArr As Edge
Dim DistArr As System.Double
Dim value As System.Boolean
value = instance.ISetSetbackVertexDistance(Count, Vtx, EdgeArr, DistArr) |
C# | |
---|
System.bool ISetSetbackVertexDistance(
System.int Count,
Vertex Vtx,
ref Edge EdgeArr,
ref System.double DistArr
) |
C++/CLI | |
---|
System.bool ISetSetbackVertexDistance(
& System.int Count,
& Vertex^ Vtx,
& Edge^% EdgeArr,
& System.double% DistArr
) |
Parameters
- Count
- Number of setback distances
- Vtx
- Vertex for which to set the setback distance
- EdgeArr
- in-process, unmanaged C++: Pointer to an array of edges at the specified vertex (see Remarks)
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
- DistArr
- in-process, unmanaged C++: Pointer to an array of setback distances at the specified
- VBA, VB.NET, C#, and C++/CLI: Not supported
Return Value
TRUE if setback distance is set, FALSE if not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0