PDFExportOptions.objectType Property

Parent Object: PDFExportOptions

Derived from: DrawingExportOptions.objectType


Defined in namespace "adsk::drawing" and the header file is <Drawing/Drawing/PDFExportOptions.h>

Description

Returns a string indicating the type of the object.

Syntax

"pDFExportOptions_var" is a variable referencing a PDFExportOptions object.
# Get the value of the property.
propertyValue = pDFExportOptions_var.objectType
"pDFExportOptions_var" Is a variable referencing a PDFExportOptions Object.
#include <Drawing/Drawing/PDFExportOptions.h>

// Get the value of the property.
string propertyValue = pDFExportOptions_var->objectType();
"pDFExportOptions_var" Is a variable referencing a PDFExportOptions Object.
// Get the value of the property.
propertyValue = pDFExportOptions_var.objectType;

Property Value

This is a read only property whose value is a string.

Version

Introduced in version December 2020