InstanceDefinitionArchiveFileStatus Enumeration

InstanceDefinitionArchiveFileStatus Enumeration

The archive file of a linked instance definition can have the following possible states. Use InstanceObject.ArchiveFileStatus to query a instance definition's archive file status.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum InstanceDefinitionArchiveFileStatus
Public Enumeration InstanceDefinitionArchiveFileStatus
Members
  Member nameValueDescription
NotALinkedInstanceDefinition-3 The instance definition is not a linked instance definition.
LinkedFileNotReadable-2 The instance definition's archive file is not readable.
LinkedFileNotFound-1 The instance definition's archive file cannot be found.
LinkedFileIsUpToDate0 The instance definition's archive file is up-to-date.
LinkedFileIsNewer1 The instance definition's archive file is newer.
LinkedFileIsOlder2 The instance definition's archive file is older.
LinkedFileIsDifferent3 The instance definition's archive file is different.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also