Property used to access the material element collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaterialElements() As IAgEOIRMaterialElementCollection |
[C#] |
---|
public IAgEOIRMaterialElementCollection MaterialElements {get;} |
[Managed C++] |
---|
public: __property IAgEOIRMaterialElementCollection ^ get_MaterialElements(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaterialElements( IAgEOIRMaterialElementCollection ** ppVal ); |
[Java] |
---|
public IAgEOIRMaterialElementCollection getMaterialElements(); |
[Python - STK API ] |
---|
@property def MaterialElements(self) -> "IAgEOIRMaterialElementCollection": |