This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicTarget Interface > ISchematicTarget.ChangeTargetWithFocusMap Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* pChangeTarget
);
[C++]
HRESULT put_ChangeTargetWithFocusMap(
VARIANT_BOOL pChangeTarget
);
[C++]
Parameters pChangeTarget [out, retval] pChangeTarget is a parameter of type VARIANT_BOOL pChangeTarget [in] pChangeTarget is a parameter of type VARIANT_BOOL