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





Windows & Linux

Description

Property used to access the currently selected material element index.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaterialElementIndex() As Integer
[C#]
public int MaterialElementIndex {get; set;}
[Managed C++]
public: __property int get_MaterialElementIndex();
public: __property void set_MaterialElementIndex( int );
[Unmanaged C++]
public: HRESULT get_MaterialElementIndex(
    int * pRetVal
);
public: HRESULT put_MaterialElementIndex(
    int val
);
[Java]
public Integer getMaterialElementIndex();
public void setMaterialElementIndex(
    Integer
);
[Python - STK API ]
@property
def MaterialElementIndex(self) -> int:

@MaterialElementIndex.setter
def MaterialElementIndex(self, val:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.