Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<1>TitleTextThe entity's title text""
<2>DescriptionTextThe entity's description""
<3>Text ColorColorThe color of the entity's title3DText

...

The Entity property is an entity. You can use it to get the current information on an entity or to update an entity. The Title and Description fields are the same ones supplied via the EntityList property. The Text Color field sets the color of the Title as it appears both in the tree control and in the entity's header.

...

Code Block
// Update an entity's color 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.Entity[":EntityID:"]", @FM:@FM:@FM:RGB(255, 0, 0)) 

// Get an entity 
Appt = Get_Property(@Window:".OLE_SCHEDULE", "OLE.Entity[":EntityID:"]")

See Also

EntityListEntitySizeEntityChecked