Specifies the type of the shared resource.
Namespace: yWorks.yFiles.GraphML.ReferencesAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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. |