STK ObjectsSend comments on this topic.
MaterialElements Property (IAgEOIRShape)
See Also
Windows





Windows & Linux

Description

Property used to access the material element collection.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.