public PropertyValue Property( Properties.Function3D id, int index ) {get; set;}
public: property PropertyValue^ Property { PropertyValue^ get(Properties.Function3D id, int index); void set (Properties.Function3D id, int index, PropertyValue^ value); }
Parameters
| Parameter Name | Description |
|---|---|
| id | Identifier of the Function3D's property |
| index | Index of the Function3D's property |