Class Project¶
Note
You have to include the header Project.h.
-
class
Project
¶ This class represents a Project in Instant Terra.
- Throws
Error – In any of these commands, if the communication is off, the following error code will be reported
ErrorCode::CommunicationError
.
// Get the default project on Instant Terra InstantTerra instantTerra = CreateInstantTerra(); Project project = instantTerra.GetProject();