GetLoadedMaterialsRequestLocationIdentifiers Property |
[This is preliminary documentation and is subject to change.]
An optional list of specific locations in which the requestor is interested.
If empty, all materials loaded at the Endpoint are returned.
Namespace:
CFX.Materials.Storage
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic List<string> LocationIdentifiers { get; set; }
Public Property LocationIdentifiers As List(Of String)
Get
Set
Property Value
Type:
ListString
See Also