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





Windows & Linux

Description

Property used to access the number of material elements.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MaterialElementsCount() As Integer
[C#]
public int MaterialElementsCount {get;}
[Managed C++]
public: __property int get_MaterialElementsCount();
[Unmanaged C++]
public: HRESULT get_MaterialElementsCount(
    int * pRetVal
);
[Java]
public Integer getMaterialElementsCount();
[Python - STK API ]
@property
def MaterialElementsCount(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.