Gets or sets the weight for the tangency magnitude in the specified direction for this spline handle.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TangentMagnitude( _
ByVal WhichDirection As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ISplineHandle
Dim WhichDirection As System.Integer
Dim value As System.Double
instance.TangentMagnitude(WhichDirection) = value
value = instance.TangentMagnitude(WhichDirection) |
C# | |
---|
System.double TangentMagnitude(
System.int WhichDirection
) {get; set;} |
C++/CLI | |
---|
property System.double TangentMagnitude {
System.double get(System.int WhichDirection);
void set (System.int WhichDirection, System.double value);
} |
Parameters
- WhichDirection
- Direction as defined in swTangentMagnitudeDirection_e
Property Value
Weight for the tangency magnitude in the specified direction
Example
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15.0