public string GetContent( bool addDiagramInfo, bool addGeometries, bool addAttributes, bool addAggregations )
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.