Property used to access the currently selected material element index.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaterialElementIndex() As Integer |
[C#] |
---|
public int MaterialElementIndex {get; set;} |
[Managed C++] |
---|
public: __property int get_MaterialElementIndex(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaterialElementIndex( int * pRetVal ); public: HRESULT put_MaterialElementIndex( int val ); |
[Java] |
---|
public Integer getMaterialElementIndex(); public void setMaterialElementIndex( Integer ); |