Name

kOfxPropName — Unique name of an object.

Synopsis

#include "/ofxCore.h"
#define kOfxPropName "OfxPropName"

Type

kOfxPropName is of type ASCII C string, and has only a single dimension.

Property Set

This is a property that belongs to the on many objects (descriptors and instances), see PropertiesByObject (read only).

Description

Unique name of an object.

This property is used to label objects uniquely amoung objects of that type. It is typically set when a plugin creates a new object with a function that takes a name.