This document is archived and information here might be outdated. Recommended version. |
Open a configuration dialog for the location trigger properties. At a minimum the ISet will contain one or more of the following objects, Action to be edited, Trigger Layer, Server Connection, and Polygon Source Name.
[Visual Basic .NET] Public Sub configure ( _ ByVal hParentWindowHandle As Integer, _ ByVal piObjects As ISet _ )
[C#] public void configure ( int hParentWindowHandle, ISet piObjects );
[C++]
HRESULT configure(
OLE_HANDLE hParentWindowHandle,
ISet* piObjects
);
[C++] Parameters hParentWindowHandle [in]
hParentWindowHandle is a parameter of type OLE_HANDLE piObjects [in]
piObjects is a parameter of type ISet*