SetVertexChamferDistance Method (IChamferFeatureData)
Obsolete. Superseded by IChamferFeatureData2::SetVertexChamferDistance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetVertexChamferDistance( _
ByVal Side As Integer, _
ByVal Distance As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IChamferFeatureData
Dim Side As Integer
Dim Distance As Double
instance.SetVertexChamferDistance(Side, Distance)
|
C# | |
---|
void SetVertexChamferDistance(
int Side,
double Distance
) |
C++/CLI | |
---|
void SetVertexChamferDistance(
& int Side,
& double Distance
) |
Parameters
- Side
-
- Distance
-
See Also