Property used to access the material element label.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaterialElementLabel() As String |
[C#] |
---|
public string MaterialElementLabel {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_MaterialElementLabel(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaterialElementLabel( BSTR * pRetVal ); |
[Java] |
---|
public String getMaterialElementLabel(); |