siSourcePathType Enum
Enumerations
enum
siSourcePathType
{
siSourcePathImageSource
= 0,
siSourcePathWritableImageSource
= 1,
siSourcePathModelSource
= 3
}
Detailed Description
Specifies the source path being set for the
OnSourcePathChange
event.
See also:
OnSourcePathChange
,
Context Attributes
Custom Events
,
OnEvent callback
Enumeration Type Documentation
enum siSourcePathType
Enumerator:
siSourcePathImageSource
[0] An image source's source path is being changed.
siSourcePathWritableImageSource
[1] A writable image source's source path is being changed.
siSourcePathModelSource
[3] A model source's source path is being changed.