Creating a Figure Object

A collection of all figures in the survey database are stored in the AeccSurveyProject.Figures property. New figures are made using the collection’s Create method.

Dim oFigure As AeccSurveyFigure
Set oFigure = oSurveyProject.Figures.Create("Figure_01")