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


IGPModelTool.DiagramProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPModelTool Interface > IGPModelTool.DiagramProperties Property
ArcGIS Developer Help

IGPModelTool.DiagramProperties Property

The diagram properties object associated with the tool.

[Visual Basic .NET]
Public Property DiagramProperties As IMdDiagramProperties
[C#]
public IMdDiagramProperties DiagramProperties {get; set;}
[C++]
HRESULT get_DiagramProperties(
  IMdDiagramProperties** DiagramProperties
);
[C++]
HRESULT putref_DiagramProperties(
  IMdDiagramProperties* DiagramProperties
);
[C++]
Parameters
DiagramProperties [out, retval]

DiagramProperties is a parameter of type IMdDiagramProperties** DiagramProperties [in]
DiagramProperties is a parameter of type IMdDiagramProperties*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPModelTool Interface