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


ISchematicLayer.UpdateExtent Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicLayer.UpdateExtent Method

Recalculate the extent of the schematic diagram.

[Visual Basic .NET]
Public Sub UpdateExtent ( _
)
[C#]
public void UpdateExtent (
);
[C++]
HRESULT UpdateExtent(
void
);

Product Availability

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

See Also

ISchematicLayer Interface