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.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetOverlapping(
int name_17878
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetOverlapping (
name_17878 As Integer
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetOverlapping(
int name_17878
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetOverlapping :
name_17878 : int -> unit
Parameters
- name_17878
- Type: SystemInt32
RemarksObsoletesince Open Inventor 9000
No longer supported.
See Also