Réserver une Démo

SVP notez : Cette page d’aide n’est pas pour la dernière version d’Enterprise Architect. La dernière aide peut être trouvée ici.

Pré. Proc.

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