Click or drag to resize
LoadAdapterUtility Methods
Methods
  NameDescription
Public methodStatic memberFillNavigableSource(ModelContainer, Byte, String)
Creates a model from a binary of navigable source (e.g. Xml or S-Expression) and loads it into a container
Public methodStatic memberFillNavigableSource(ModelContainer, String, String, String, String)
Creates a model from a navigable source (e.g. Xml or S-Expression) and loads it into a container
Public methodStatic memberLoadModel(Byte)
Loads a related model from a content
Public methodStatic memberLoadModel(String)
Loads a related model from a file address
Public methodStatic memberLoadNavigableSource(Byte, String)
Creates a model from a navigable source (e.g. Xml or S-Expression) loaded into an array of bytes
Public methodStatic memberLoadNavigableSource(String, String, String, String)
Creates a model from a navigable source (e.g. Xml or S-Expression)
Top
See Also