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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface