 | RadiationHardeningCreate Method |
Creates a new default RadiationHardening within the document.
Namespace: ema3d.Api.V25.Charging.WorkflowAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static RadiationHardening Create(
Document document = null
)
Public Shared Function Create (
Optional document As Document = Nothing
) As RadiationHardening
public:
static RadiationHardening^ Create(
Document^ document = nullptr
)
static member Create :
?document : Document
(* Defaults:
let _document = defaultArg document null
*)
-> RadiationHardening
Parameters
- document Document (Optional)
- Document object to create new definition in.
Return Value
RadiationHardeningThe new default RadiationHardening object.
See Also