Application.measureManager Property
Parent Object:
ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
Get the MeasureManager object which can be used to perform measurements of geometry.
Syntax
"application_var" is a variable referencing an Application object.
# Get the value of the property. propertyValue = application_var.measureManager
|
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>
// Get the value of the property. Ptr<MeasureManager> propertyValue = application_var->measureManager();
|
Property Value
This is a read only property whose value is a
MeasureManager.
Version
Introduced in version December 2017