Click or drag to resize

GetLoadedMaterialsRequest Class

[This is preliminary documentation and is subject to change.]

A request to a material storage endpoint to obtain a list of all the materials currently stored within the endpoint.
{
  "LocationIdentifiers": null
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.StorageGetLoadedMaterialsRequest

Namespace:  CFX.Materials.Storage
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class GetLoadedMaterialsRequest : CFXMessage

The GetLoadedMaterialsRequest type exposes the following members.

Properties
  NameDescription
Public propertyLocationIdentifiers
An optional list of specific locations in which the requestor is interested. If empty, all materials loaded at the Endpoint are returned.
Top
See Also