Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

TypeInfoProperties Class

TypeInfoProperties Attributes

Attribute

Remarks

See also

Count

long

Returns the number of TypeInfo Properties.

ObjectType

ObjectType

Notes: Read only

Distinguishes objects referenced through a Dispatch interface.

ObjectType

TypeInfoProperties Methods

Method

Remarks

See also

GetLastError ()

String

Notes: Returns a string value describing the most recent error that occurred in relation to this object.

GetProperty (String PropName)

Returns the property value as a string.

Parameters:

  • PropName : String - Name of the property

HasProperty (String PropName)

Returns True if the object has the property.

Parameters:

  • PropName : String - Name of the property

Items (object Index)

TypeInfoProperty collection

Notes: Accesses an individual TypeInfoProperty.

Parameters:

  • Index: Object - Either a string representing the title text or an integer representing the zero-based index of the TypeInfoProperty to get
TypeInfoProperty Class

SetProperty (String PropName, String Value)

Returns True if the property was set.

Parameters:

  • PropName : String - Name of property
  • Value : String - Value of property