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





Windows & Linux

Description

Property used to access the reflectance file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReflectanceFile() As String
[C#]
public string ReflectanceFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_ReflectanceFile();
public: __property void set_ReflectanceFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ReflectanceFile(
    BSTR * pRetVal
);
public: HRESULT put_ReflectanceFile(
    BSTR ReflectanceFile
);
[Java]
public String getReflectanceFile();
public void setReflectanceFile(
    String
);
[Python - STK API ]
@property
def ReflectanceFile(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.