Description
Display a 2D image to represent the object at
the specified threshold.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property Filename() As String
|
[C#] |
public string Filename {get; set;}
|
[Managed C++] |
public: __property String __gc ^ get_Filename();
public: __property void set_Filename(
String __gc ^
);
|
[Unmanaged C++] |
public: HRESULT get_Filename(
BSTR * pRetVal
);
public: HRESULT put_Filename(
BSTR NewFilename
);
|
[Java] |
public String getFilename();public void setFilename(
String
);
|
See Also