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( IAgStkGraphicsAlphaFromRasterFilterFactory ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsAlphaFromRasterFilterFactory getAlphaFromRasterFilter(); |
[Python - STK API ] |
---|
@property def AlphaFromRasterFilter(self) -> "IAgStkGraphicsAlphaFromRasterFilterFactory": |