get_Type Method

WRAPPER_API ObjectType get_Type() const

 

Description

Retrieves the ObjectType of the objects the folder contains (this may be a combination if the folder contains objects of several different types).
 

Example

void DisplayFolder_ObjectType(GEOCALCPBW_NAMESPACE::DisplayFolder* thisFolder)

{

GEOCALCPBW_NAMESPACE::GeoBase::ObjectType type = thisFolder->get_Type();

type = GEOCALCPBW_NAMESPACE::GeoBase::AngularUnitType;

thisFolder->set_Type(type);

}