AGI STK Graphics 11Send comments on this topic.
Method Property (IAgStkGraphicsEdgeDetectFilter)
See Also 
Windows






Windows & Linux

Description

Gets or sets the method used to detect edges in the source raster.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Method() As AgEStkGraphicsEdgeDetectMethod
[C#]
public AgEStkGraphicsEdgeDetectMethod Method {get; set;}
[Managed C++]
public: __property AgEStkGraphicsEdgeDetectMethod get_Method();
public: __property void set_Method(
   AgEStkGraphicsEdgeDetectMethod
);
[Unmanaged C++]
public: HRESULT get_Method(
   AgEStkGraphicsEdgeDetectMethod * pRetVal
);
public: HRESULT put_Method(
   AgEStkGraphicsEdgeDetectMethod NewMethod
);
[Java]
public AgEStkGraphicsEdgeDetectMethod getMethod();public void setMethod(
   AgEStkGraphicsEdgeDetectMethod
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.