This document is archived and information here might be outdated.  Recommended version.


ISchematicTarget.ChangeTargetWithFocusMap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicTarget Interface > ISchematicTarget.ChangeTargetWithFocusMap Property
ArcGIS Developer Help

ISchematicTarget.ChangeTargetWithFocusMap Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicTarget Interface