WRAPPER_API ObjectType get_Type() const
Retrieves the ObjectType of the objects the folder contains (this may be a combination if the folder contains objects of several different types).
void DisplayFolder_ObjectType(GEOCALCPBW_NAMESPACE::DisplayFolder* thisFolder)
{
GEOCALCPBW_NAMESPACE::GeoBase::ObjectType type = thisFolder->get_Type();
type = GEOCALCPBW_NAMESPACE::GeoBase::AngularUnitType;
thisFolder->set_Type(type);
}