#include <ILayerProperties.h>
Member Function Documentation
| virtual BOOL deleteLayer |
( |
const MCHAR * |
|
) |
[pure virtual] |
| virtual BOOL deleteLayer |
( |
MCHAR * |
name |
) |
[inline, virtual] |
- Deprecated:
- Deprecated method in terms of implementation as of 3ds Max 2013
- re-implement with const MCHAR* method signature
{ return deleteLayer(const_cast<const MCHAR*>(name)); }
- Deprecated:
- Deprecated method in terms of implementation as of 3ds Max 2013
- re-implement with const MCHAR* method signature
{ return getLayer(const_cast<const MCHAR*>(name)); }
- Deprecated:
- Deprecated method in terms of implementation as of 3ds Max 2013
- re-implement with const MCHAR* method signature
{ return newLayer(const_cast<const MCHAR*>(name)); }
| virtual int getCount |
( |
void |
|
) |
[pure virtual] |