 | LineBarrierGetDefinitions Method |
Gets all Isotropic Material definitions in a document.
Namespace: ema3d.Api.V25.Core.DefinitionsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static Dictionary<string, LineBarrier> GetDefinitions(
Document document = null
)
Public Shared Function GetDefinitions (
Optional document As Document = Nothing
) As Dictionary(Of String, LineBarrier)
public:
static Dictionary<String^, LineBarrier^>^ GetDefinitions(
Document^ document = nullptr
)
static member GetDefinitions :
?document : Document
(* Defaults:
let _document = defaultArg document null
*)
-> Dictionary<string, LineBarrier>
Parameters
- document Document (Optional)
- Document object to get all definitions from.
Return Value
DictionaryString,
LineBarrierA dictionary of form [String, LineBarrier], the key
will default to the definition's DisplayName property.
See Also