Gets or sets the method used to detect edges in the source raster.
Read-write property
[Visual Basic .NET] |
---|
Public Property Method() As AgEStkGraphicsEdgeDetectMethod |
[C#] |
---|
public AgEStkGraphicsEdgeDetectMethod Method {get; set;} |
[Managed C++] |
---|
public: __property AgEStkGraphicsEdgeDetectMethod get_Method(); |
[Unmanaged C++] |
---|
public: HRESULT get_Method( AgEStkGraphicsEdgeDetectMethod * pRetVal ); public: HRESULT put_Method( AgEStkGraphicsEdgeDetectMethod Method ); |
[Java] |
---|
public AgEStkGraphicsEdgeDetectMethod getMethod(); public void setMethod( AgEStkGraphicsEdgeDetectMethod ); |
[Python - STK API ] |
---|
@property def Method(self) -> "AgEStkGraphicsEdgeDetectMethod": @Method.setter def Method(self, Method:"AgEStkGraphicsEdgeDetectMethod") -> None: |