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: DoubleThe area in document length units squared.