DisplayObject Class

Inherits from

GEOCALCPBW_NAMESPACE::GeoBase

 

Description

The DisplayObject class represents an instance of a DataSource object within the DataView used for visual display and organization. A DisplayObject exists within a DisplayFolder.

 

Public Constructors

Constructor

Description

DisplayObject

Creates a new instance of a DisplayObject

 

Public Methods

Method

Description

get_FolderID

Retrieves the id of the folder this object is in

get_GCCode

Retrieves the GC identifier code for this object

get_Hidden

Retrieve whether this object is hidden (note that it could also be hidden if it is inside a hidden folder)

get_Type

Retrieve this object's ObjectType

set_FolderID

Sets the id of the folder this object is in

GetDisplayableName

Convenience method to get the Displayable name.

set_GCCode

Sets the GC identifier code for this object (this does not change the GC code on the real datasource object -- this is part of the key we use to match this object to the actual datasource object)

set_Hidden

Set whether this object is hidden (note that it could also be hidden if it is inside a hidden folder)

set_Type

Set this object's ObjectType (this does not change the GC code on the real datasource object -- this is part of the key we use to match this object to the actual datasource object)