siAssetStatus

Introduced

6.0

Description

This is an enumeration of how an asset in Softimage can be treated when stored externally. Assets can be either ActionSource objects or deltas.

Note: This enum replaces the obsolete siActionStatus enum.

C# Syntax

siAssetStatus.siAssetStatusOffloaded                                        // 0
siAssetStatus.siAssetStatusPartiallyLoaded                                  // 1
siAssetStatus.siAssetStatusLoaded                                           // 2

Constant

Value

Description

siAssetStatusOffloaded

0

The asset is offloaded on disk.

siAssetStatusPartiallyLoaded

1

The asset contains portions that are offloaded. See ActionSource.PartialOffload

siAssetStatusLoaded

2

The asset is loaded.

See Also

PartialOffloadAction

ActionSource.PartialOffload

ActionSource::PartialOffload

'status' parameter in the Action parameter list



Autodesk Softimage 2011