Click or drag to resize

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

Parameters

sketchName
Type: SystemString
The name of the sketch.

Return Value

Type: Double
The perimeter in document length units.
See Also