Method MakeShapeItemGeometryAnalysis
MakeShapeItemGeometryAnalysis(ElementItemId, int, out List<string>, out List<string>)
Make the geometry analysis of a shape item.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 0, 0)]
void MakeShapeItemGeometryAnalysis(ElementItemId inItemId, int inDecimalDigits, out List<string> outNames, out List<string> outResults)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inItemId | Identifier of the shape item to analyze. |
| int | inDecimalDigits | Maximum number of digits after the decimal separator for unit-less values. |
| List<string> | outNames | Analyses localized names (i.e. "Radius", "Length", ...). |
| List<string> | outResults | Analyses localized corresponding results. |
Remarks
All units of results are in the unit defined by the document.
This method is available since v7.14.