STK ObjectsSend comments on this topic.
AvailableMaterials Property (IAgEOIRMaterialElement)
See Also
Windows





Windows & Linux

Description

Property used to access the available materials.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableMaterials() As System.Array
[C#]
public System.Array AvailableMaterials {get;}
[Managed C++]
public: __property System::Array get_AvailableMaterials();
[Unmanaged C++]
public: HRESULT get_AvailableMaterials(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableMaterials();
[Python - STK API ]
@property
def AvailableMaterials(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.