Measures the perimeter of a sketch.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Function Perimeter (
sketchName As String
) As Double
C#
double Perimeter(
string sketchName
)
Parameters
- sketchName
- Type: System.String
The name of the sketch.
Return Value
Type:
DoubleThe perimeter in document length units.
See Also
Reference