SoDataSetGetOverlapping Method |
Note: This API is now obsolete.
Returns the tile border (overlap) in voxels.
Namespace: OIV.LDM.NodesAssembly: 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 int GetOverlapping()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetOverlapping As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
int GetOverlapping()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetOverlapping : unit -> int
Return Value
Type:
Int32
RemarksSince OIV 9.0 always returns 0.Obsoletesince Open Inventor 9000
No longer used.
See Also