Gets if this workspace is native to Fusion or was created via the API.
# Get the value of the property.propertyValue = workspace_var.isNative
#include <Core/UserInterface/Workspace.h>// Get the value of the property.boolean propertyValue = workspace_var->isNative();