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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Method() As AgEStkGraphicsGradientDetectMethod

[C#]
public AgEStkGraphicsGradientDetectMethod Method {get; set;}

[Managed C++]
public: __property AgEStkGraphicsGradientDetectMethod get_Method();
public: __property void set_Method(
AgEStkGraphicsGradientDetectMethod
);

[Unmanaged C++]
public: HRESULT get_Method(
AgEStkGraphicsGradientDetectMethod * pRetVal
);
public: HRESULT put_Method(
AgEStkGraphicsGradientDetectMethod NewMethod
);

[Java]
public AgEStkGraphicsGradientDetectMethod getMethod();public void setMethod(
AgEStkGraphicsGradientDetectMethod
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface