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
double Area(
string sketchName
)
Parameters
- sketchName
- Type: SystemString
The name of the sketch.
Return Value
Type:
DoubleThe area in document length units squared.
See Also