STK ObjectsSend comments on this topic.
SetPatternCustom Method (IAgSnCommonTasks)
See Also
Filename
Windows





Windows & Linux

Description

Defines the sensor using a custom pattern.

Syntax

[Visual Basic .NET]
Public Function SetPatternCustom( _
    ByVal Filename As String _
) As IAgSnCustomPattern
[C#]
public IAgSnCustomPattern SetPatternCustom(
    string Filename
);
[Managed C++]
public: IAgSnCustomPattern^ SetPatternCustom(
    String __gc ^ Filename
);
[Unmanaged C++]
public: HRESULT SetPatternCustom(
    BSTR Filename,
    IAgSnCustomPattern ** ppIAgSnCustomPattern
);
[Java]
public IAgSnCustomPattern setPatternCustom(
    String Filename
);
[Python - STK API ]
def SetPatternCustom(self, Filename:str) -> "IAgSnCustomPattern":

Parameters

Filename

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.