AGI Ui Application 11 Send comments on this topic.
FilterPattern Property (IAgUiFileOpenExt)
See Also 





Description

Gets/sets the file open dialog filter pattern.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FilterPattern() As String

[C#]
public string FilterPattern {get; set;}

[Managed C++]
public: __property String __gc ^ get_FilterPattern();
public: __property void set_FilterPattern(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_FilterPattern(
BSTR * pRetVal
);
public: HRESULT put_FilterPattern(
BSTR NewFilterPattern
);

[Java]
public String getFilterPattern();public void setFilterPattern(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1