Share

ICadMeasure.Perimeter Method

Measures the perimeter of a sketch.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Function Perimeter ( 
	sketchName As String
) As Double

C#

double Perimeter(
	string sketchName
)

Parameters

sketchName
Type: System.String
The name of the sketch.

Return Value

Type: Double
The perimeter in document length units.

See Also

Reference

Was this information helpful?