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






Windows & Linux

Description

Gets or sets the offset for the result of the convolution kernel operation. The value is added to the result of the operation.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Offset();
public: __property void set_Offset(
double
);

[Unmanaged C++]
public: HRESULT get_Offset(
double * pRetVal
);
public: HRESULT put_Offset(
double NewOffset
);

[Java]
public double getOffset();public void setOffset(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface