Independent Software Solutions 

CONTENTS

  CSM PROPERTY BY KEY


Functions

Synopsis

return CSM PROPERTY BY KEY( csm component As Integer, component index As Integer, property key As String ) As String 

Purpose

This function will return the string value of a property which belongs to a specified CSM component, be it a Group, Entity, Mesh.or Pivot.  If the property key cannot be found, an empty value string is returned.

Parameters

csm component

May be one of the following values:

    0 - CSM group

    2 - CSM Entity

    3 - CSM Mesh

    6 - CSM pivot

component index

Specifies the index >=0 of the component for obtaining the property values.

property key

Specifies a string that defines the property key for a list of properties, i.e. "classname".

Return value

A string value containing the property name or property value.

See also

CSM PROPERTY COUNT, CSM PROPERTY

 

(C) Paul S. J. Millard 2006