Specifies the type of the shared resource.
Namespace: yWorks.yFiles.GraphML.ReferencesAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum GraphMLReferenceType |
| Visual Basic |
|---|
Public Enumeration GraphMLReferenceType |
Members
| Member name | Description | ||
|---|---|---|---|
| Internal | 0 | Specifies an internal resource, i.e. the serialized form of the resource is stored in the GraphML document itself. | |
| External | 1 | Specifies an external resource, i.e. the resource description is not stored in the GraphML document itself. |