SoLDMResourceManagerSetOverlapping Method |
Note: This API is now obsolete.
Sets the tile overlapping flag.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetOverlapping(
int name_17861
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetOverlapping (
name_17861 As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetOverlapping(
int name_17861
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetOverlapping :
name_17861 : int -> unit
Parameters
- name_17861
- Type: SystemInt32
RemarksObsoletesince Open Inventor 9000
No longer supported.
See Also