AGI STK Objects 11Send comments on this topic.
SetPatternType Method (IAgSensor)
See Also
PatternType
Windows






Windows & Linux

Description

Sets the pattern type.

Syntax

[Visual Basic .NET]
Public Sub SetPatternType( _
    ByVal PatternType As AgESnPattern _
) As 
[C#]
public void SetPatternType(
    AgESnPattern PatternType
);
[Managed C++]
public: void SetPatternType(
    AgESnPattern PatternType
);
[Java]
public void setPatternType(
    AgESnPattern PatternType
);
[Unmanaged C++]
public: HRESULT SetPatternType(
    AgESnPattern PatternType
);

Parameters

PatternType

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.