BehaviorType

The BehaviorType class represents a behavior that has been added to an object class. It is the behavior-equivalent of ObjectClass.

Methods

GetSdkType()
Return the behavior-specific behavior type class, which derives from SDKBehaviorTypeBase.
GetRuntime()
Get the Runtime for the behavior type.
GetObjectClass()
Get the ObjectClass that the behavior type was added to. Note this can be either an object type or a family.
GetBehavior()
Return the behavior-specific class that derives from SDKBehaviorBase.
GetName()
Return a string of the name of the behavior type.
Addon SDK Manual 2018-05-16

On this page