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


ISchematicTarget.ChangeTargetWithFocusMap Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SchematicControls)  

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(
  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

Product Availability

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

See Also

ISchematicTarget Interface