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


ISchematicDataSourceDesign.HasRelatedDiagrams Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDataSourceDesign.HasRelatedDiagrams Method

Indicates whether or not some schematic diagrams use the schematic data source.

[Visual Basic .NET]
Public Function HasRelatedDiagrams ( _
) As Boolean
[C#]
public bool HasRelatedDiagrams (
);
[C++]
HRESULT HasRelatedDiagrams(
  VARIANT_BOOL* HasRelatedDiagrams
);
[C++]

Parameters HasRelatedDiagrams [out, retval] HasRelatedDiagrams is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicDataSourceDesign Interface