Click or drag to resize

CEVOOBJMETA Methods

The CEVOOBJMETA type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create an EVOOBJMETA object.
Public methodStatic memberCreateDefault
Create an empty EVOOBJMETA object.
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodiGetBlobHash(Int32, String)
Return a blob hash by index.
Public methodiGetBlobHash(Int32, String, Int32)
Return a blob hash by index.
Public methodiGetBlobHashCount
Return the number of blob hashes stored.
Public methodiGetBoundingBox(String)
Get Evo object bounding box in JSON string.
Public methodiGetBoundingBox(String, Int32)
Get Evo object bounding box in JSON string.
Public methodiGetManifestHash(String)
Return the manifest hash stored after translation.
Public methodiGetManifestHash(String, Int32)
Return the manifest hash stored after translation.
Public methodiGetModifiedAt(String)
Return the Evo object modified at.
Public methodiGetModifiedAt(String, Int32)
Return the Evo object modified at.
Public methodiGetObjectId(String)
Return the Evo object Id.
Public methodiGetObjectId(String, Int32)
Return the Evo object Id.
Public methodiGetSourceChecksum(String)
Return the source file checksum stored at publish time.
Public methodiGetSourceChecksum(String, Int32)
Return the source file checksum stored at publish time.
Public methodiGetVersionId(String)
Return the Evo object version Id.
Public methodiGetVersionId(String, Int32)
Return the Evo object version Id.
Public methodiGetWorkspaceId(String)
Return the Evo workspace Id.
Public methodiGetWorkspaceId(String, Int32)
Return the Evo workspace Id.
Public methodSetBlobHashes
Replace the blob hash list on an existing EVOOBJMETA object.
Public methodSetManifestHash
Set the manifest hash on an existing EVOOBJMETA object.
Public methodSetSourceChecksum
Set the source file checksum on an existing EVOOBJMETA object.
Top
See Also