Access global methods and properties of
AlphaFromRasterFilter (what's known as static properties, static
methods and constructors in languages such as C++, C#, etc.)
Read-only property
| [Visual Basic .NET] |
|---|
Public Property AlphaFromRasterFilter() As IAgStkGraphicsAlphaFromRasterFilterFactory
|
| [C#] |
|---|
public IAgStkGraphicsAlphaFromRasterFilterFactory AlphaFromRasterFilter {get;}
|
| [Managed C++] |
|---|
public: __property IAgStkGraphicsAlphaFromRasterFilterFactory^ get_AlphaFromRasterFilter();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AlphaFromRasterFilter(
|
| [Java] |
|---|
public IAgStkGraphicsAlphaFromRasterFilterFactory getAlphaFromRasterFilter();
|