Click or drag to resize
SoHeightFieldDetailGetProperty Method

Returns the specified property and its id.

Namespace: OIV.VolumeViz.Details
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public void GetProperty(
	ulong propertyNumber,
	out SoHeightFieldProperty property,
	out int id
)

Parameters

propertyNumber
Type: SystemUInt64

is the number of the property to query. Use the OIV.VolumeViz.Details.SoHeightFieldDetail.GetNumProperties() method to get the number of properties.

property
Type: OIV.VolumeViz.NodesSoHeightFieldProperty

is filled with a pointer to the queried property. NULL if propertyNumber is invalid.

id
Type: SystemInt32

is filled with the id of the property. -1 if propertyNumber is invalid.

Remarks

See Also