SoLDMTileVisitorGetTileWeight Method |
Method in charge of evaluating the weight of the tile tileID according to the SoLDMGeometry node.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual float GetTileWeight(
SoLDMTileID tileID,
out SoLDMTileVisitorNodeStatus status
)
Public Overridable Function GetTileWeight (
tileID As SoLDMTileID,
<OutAttribute> ByRef status As SoLDMTileVisitorNodeStatus
) As Single
public:
virtual float GetTileWeight(
SoLDMTileID tileID,
[OutAttribute] SoLDMTileVisitorNodeStatus% status
)
abstract GetTileWeight :
tileID : SoLDMTileID *
status : SoLDMTileVisitorNodeStatus byref -> float32
override GetTileWeight :
tileID : SoLDMTileID *
status : SoLDMTileVisitorNodeStatus byref -> float32
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
- status
- Type: OIV.LDMSoLDMTileVisitorNodeStatus
Return Value
Type:
Single
RemarksThe returned value is the weight assigned to the tile. This default method may be overridden.
See Also