Get data defining the sensor pattern.
Read-only property
[Visual Basic .NET] |
---|
Public Property Pattern() As IAgSnPattern |
[C#] |
---|
public IAgSnPattern Pattern {get;} |
[Managed C++] |
---|
public: __property IAgSnPattern ^ get_Pattern(); |
[Unmanaged C++] |
---|
public: HRESULT get_Pattern( IAgSnPattern ** ppVal ); |
[Java] |
---|
public IAgSnPattern getPattern(); |
[Python - STK API ] |
---|
@property def Pattern(self) -> "IAgSnPattern": |