Click or drag to resize

ICadMeasureArea Method

Measures the area of a sketch.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function Area ( 
	sketchName As String
) As Double

Parameters

sketchName
Type: SystemString
The name of the sketch.

Return Value

Type: Double
The area in document length units squared.
See Also