Click or drag to resize

GetLoadedMaterialsRequest Class

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: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public class GetLoadedMaterialsRequest : CFXMessage

The GetLoadedMaterialsRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetLoadedMaterialsRequest 
Top
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.
Public propertyResourceUniqueIdentifier

** NOTE: ADDED in CFX 1.7 **

The unique identifier of the resource in which the requestor is interested (optional) If set to null, the search is made on the endpoint itself. The use of this property should be reserved to an endpoint that is able to know the location of all the MaterialPackage of the factory, like an ERP for example
Top
See Also