Measures the area of a sketch.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
SyntaxFunction Area (
sketchName As String
) As Double
double Area(
string sketchName
)
Parameters
- sketchName
- Type: System.String
The name of the sketch.
Return Value
Type:
DoubleThe area in document length units squared.
See Also