ICadMeasurePerimeter Method |
Measures the perimeter of a sketch.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function Perimeter (
sketchName As String
) As Double
double Perimeter(
string sketchName
)
Parameters
- sketchName
- Type: SystemString
The name of the sketch.
Return Value
Type:
DoubleThe perimeter in document length units.
See Also