public string GetContent( bool addDiagramInfo, bool addGeometries, bool addAttributes, bool addAggregations, bool useCodedValueNames )
Public Overloads Function GetContent( _ ByVal addDiagramInfo As Boolean, _ ByVal addGeometries As Boolean, _ ByVal addAttributes As Boolean, _ ByVal addAggregations As Boolean, _ ByVal useCodedValueNames 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.
- useCodedValueNames
- Indicates whether to use coded value names when returning attributes of associated source objects.
Return Value
The JSON string containing the diagram content.