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





Windows & Linux

Description

Property used to access the material.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Material() As String
[C#]
public string Material {get; set;}
[Managed C++]
public: __property String __gc ^ get_Material();
public: __property void set_Material( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Material(
    BSTR * pRetVal
);
public: HRESULT put_Material(
    BSTR Material
);
[Java]
public String getMaterial();
public void setMaterial(
    String
);
[Python - STK API ]
@property
def Material(self) -> str:

@Material.setter
def Material(self, Material:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.