Initializes a new instance with the specified Edge Detect Method.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsEdgeDetectFilter InitializeWithMethod( AgEStkGraphicsEdgeDetectMethod Method ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsEdgeDetectFilter^ InitializeWithMethod( AgEStkGraphicsEdgeDetectMethod Method ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsEdgeDetectFilter initializeWithMethod( AgEStkGraphicsEdgeDetectMethod Method ); |
[Python - STK API ] |
|---|
def InitializeWithMethod(self, Method:"AgEStkGraphicsEdgeDetectMethod") -> "IAgStkGraphicsEdgeDetectFilter": |
- Method
- Method used to detect edges in the source raster.






