ArcGIS Pro 2.6 API Reference Guide
GetContent(Boolean,Boolean,Boolean,Boolean) Method

ArcGIS.Core.Data.UtilityNetwork.NetworkDiagrams Namespace > NetworkDiagram Class > GetContent Method : GetContent(Boolean,Boolean,Boolean,Boolean) Method
Indicates whether to return diagram info.
Indicates whether to return geometries of the diagram features.
Indicates whether to return attributes of associated source objects.
Indicates whether to returns aggregations of diagram features.
Returns diagram information and content as a JSON string. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Public Overloads Function GetContent( _
   ByVal addDiagramInfo As Boolean, _
   ByVal addGeometries As Boolean, _
   ByVal addAttributes As Boolean, _
   ByVal addAggregations As Boolean _
) As String

Parameters

addDiagramInfo
Indicates whether to return diagram info.
addGeometries
Indicates whether to return geometries of the diagram features.
addAttributes
Indicates whether to return attributes of associated source objects.
addAggregations
Indicates whether to returns aggregations of diagram features.

Return Value

The JSON string containing the diagram content.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Remarks
This JSON string can be used to transfer data into external systems, such as network calculation or analysis software.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

NetworkDiagram Class
NetworkDiagram Members
Overload List