AIDynamicSymbol.h File Reference
#include "ASTypes.h"
#include "AIPlugin.h"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Define Documentation
#define kAIDynamicSymbolSuite "AI Dynamic Symbol Suite" |
#define kAIDynamicSymbolSuiteVersion AIAPI_VERSION(1) |
Enumeration Type Documentation
Symbol type.
Symbol Type constants for symbols that mark whether a user has made the symbol dynamic, using the symbol dialog. When a symbol has been marked as dynamic, users can use the direct selection tool to override the appearance for specific instance.
- See also:
AIDynamicSymbolSuite::GetSymbolType()
- Enumerator:
kAISymbolStaticType |
Marks a static symbol, whose appearance is the same for all instances.
|
kAISymbolDynamicType |
Marks a dynamic symbol, whose appearance can be overridden for specific instances.
|