Sets the pattern type.
[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: |
- PatternType