SoLDMResourceParametersGetGeometryPriority Method |
Returns the priority of the specified geometry type.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetGeometryPriority(
Type geometryType,
out float priority
)
Public Function GetGeometryPriority (
geometryType As Type,
<OutAttribute> ByRef priority As Single
) As Boolean
public:
bool GetGeometryPriority(
Type^ geometryType,
[OutAttribute] float% priority
)
member GetGeometryPriority :
geometryType : Type *
priority : float32 byref -> bool
Parameters
- geometryType
- Type: SystemType
- priority
- Type: SystemSingle
Return Value
Type:
BooleanRemarks The function will return false if the geometry is of unknown type. See OIV.LDM.Nodes.SoLDMResourceParameters.SetGeometryPriority(System.Type, System.Single).
See Also