Independent Software Solutions 

CONTENTS

  CSM PROPERTY


Functions

Synopsis

return CSM PROPERTY( csm component As Integer, property field As Integer, component index As Integer, property index As Integer ) 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

Parameters

csm component

May be one of the following values:

    0 - CSM group

    2 - CSM Entity

    3 - CSM Mesh

    6 - CSM Pivot

property field

May be one of the following values:

    0 - Property name, i.e. this would be the 'CLASSNAME' or 'RANGE' value of a light entity

    1 - Property value, i.e. this would be the 'LIGHT' or '1500' value of a light entity.

component index

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

property index

Specifies the index >=0 of the property entry to obtain.

Return value

A string value containing the property name or property value.

See also

CSM PROPERTY COUNT

 

(C) Paul S. J. Millard 2006