SoLDMTileID Constructor (Int64, UInt16) |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("No longer supported")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoLDMTileID(
long id,
ushort __unnamed001
)
<ObsoleteAttribute("No longer supported")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub New (
id As Long,
__unnamed001 As UShort
)
public:
[ObsoleteAttribute(L"No longer supported")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoLDMTileID(
long long id,
unsigned short __unnamed001
)
[<ObsoleteAttribute("No longer supported")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
new :
id : int64 *
__unnamed001 : uint16 -> SoLDMTileID
Parameters
- id
- Type: SystemInt64
- __unnamed001
- Type: SystemUInt16
See Also