STK ObjectsSend 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 _
)
[C#]
public void SetPatternType(
    AgESnPattern PatternType
);
[Managed C++]
public: void SetPatternType(
    AgESnPattern PatternType
);
[Unmanaged C++]
public: HRESULT SetPatternType(
    AgESnPattern PatternType
);
[Java]
public void setPatternType(
    AgESnPattern PatternType
);
[Python - STK API ]
def SetPatternType(self, PatternType:"AgESnPattern") -> None:

Parameters

PatternType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.