Share

ReferencePath

C++

enum ReferencePath {
  kLoadRefPath = 1,
  kSaveRefPath = 2
};

File

AcTc.h

Members

Members Description
kLoadRefPath Reference path for loading images and links
kSaveRefPath Reference path for saving images and links

Description

Specifies types of catalog item reference paths.

Was this information helpful?