Click or drag to resize

GXLExport Methods

The GXLExport type exposes the following members.

Methods
  NameDescription
Public methodDispose
Protected methodExport(IGraph)
Public methodStatic memberExport(IGraph, TextWriter)
Exports the given graph in GXL format to the given text writer output stream. Any errors will be reported by exception.
Public methodStatic memberExport(IGraph, String)
Exports the given graph to a GXL file with the given filename. Any errors will be reported by exception.
Protected methodGetAttributes
Protected methodGetAttrTypeID
Protected methodGetDomainID(AttributeKind)
Protected methodGetDomainID(AttributeType)
Protected methodGetDomainID(EnumAttributeType)
Protected methodGetDomainID(AttributeKind, EnumAttributeType)
Returns the domain ID for the given attribute type.
Protected methodGetElemTypeID
Protected methodGetModelID
Protected methodWriteAttrs
Protected methodWriteAttrTypes
Protected methodWriteEdge
Protected methodWriteEnumType
Protected methodWriteGraph
Protected methodWriteGXLEdge
Protected methodWriteGXLNode
Protected methodWriteModel
Protected methodWriteNode
Protected methodWriteTypeElement
Top
See Also