This document is archived and information here might be outdated. Recommended version. |
Indicates if the schematic layer target changes when the focus map changes; that is, when the active data frame changes.
[Visual Basic .NET]
Public Property ChangeTargetWithFocusMap As Boolean
[C#]
public bool ChangeTargetWithFocusMap {get; set;}
[C++]
HRESULT get_ChangeTargetWithFocusMap(
Boolean* pChangeTarget
);
[C++]
HRESULT put_ChangeTargetWithFocusMap(
VARIANT_BOOL pChangeTarget
);
[C++] Parameters pChangeTarget [out, retval]
pChangeTarget is a parameter of type bool* pChangeTarget [in]
pChangeTarget is a parameter of type bool