AGI STK Graphics 11 Send comments on this topic.
Divisor Property (IAgStkGraphicsConvolutionFilter)
See Also 





Description

Gets or sets the divisor for the result of the convolution kernel operation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Divisor() As Double

[C#]
public double Divisor {get; set;}

[Managed C++]
public: __property double get_Divisor();
public: __property void set_Divisor(
double
);

[Unmanaged C++]
public: HRESULT get_Divisor(
double * pRetVal
);
public: HRESULT put_Divisor(
double NewDivisor
);

[Java]
public double getDivisor();public void setDivisor(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1