SoLDMResourceManagerIsParamsFixed Method |
Returns the fixed parameters flag.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsParamsFixed()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function IsParamsFixed As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
bool IsParamsFixed()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member IsParamsFixed : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also