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 3D Analyst Extension.

See Also

ISchematicTarget Interface