Share

ICadMeasure.Area Method

Measures the area of a sketch.

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

Syntax

VB

Function Area ( 
	sketchName As String
) As Double

C#

double Area(
	string sketchName
)

Parameters

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

Return Value

Type: Double
The area in document length units squared.

See Also

Reference

Was this information helpful?