Skip to content

Latest commit

 

History

History
66 lines (33 loc) · 1.5 KB

PyINamedPropertyStore.md

File metadata and controls

66 lines (33 loc) · 1.5 KB

PyINamedPropertyStore

PyINamedPropertyStore Object

Contains a collection of properties indentified by name

Methods

str = GetNameAt(Index) Retrieves a property name by zero-based index

Parameters

  • Index : int

    Index of the property name

int = GetNameCount() Retrieves the number of named properties in the store

PyINamedPropertyStore.GetNamedValue

PyPROPVARIANT = GetNamedValue(Name) Retrieves a property value by name

Parameters

  • Name : str

    Name of the property

PyINamedPropertyStore.SetNamedValue

SetNamedValue(propvar) Sets the value of a property

Parameters

  • propvar : Py__RPC__in REFPROPVARIANT

    Description for propvar