Method GetSurfaceAreaPropertyManagement
GetSurfaceAreaPropertyManagement(DocumentId, out bool, out SmartReal)
Gets the surface area property management of a part.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 300, 220)]
void GetSurfaceAreaPropertyManagement(DocumentId inDocumentId, out bool outIsSurfaceManaged, out SmartReal outManualSurfaceArea)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of part document to analyze. |
| bool | outIsSurfaceManaged | Whether the surface area is managed. True for automatic or manual, false for not managed. |
| SmartReal | outManualSurfaceArea | Manual surface area, or null if no manual surface area. |
Remarks
This method is available since v7.13.300.220.