SoHeightFieldDetailGetProperty Method |
Returns the specified property and its id.
Namespace: OIV.VolumeViz.DetailsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetProperty(
ulong propertyNumber,
out SoHeightFieldProperty property,
out int id
)
Public Sub GetProperty (
propertyNumber As ULong,
<OutAttribute> ByRef property As SoHeightFieldProperty,
<OutAttribute> ByRef id As Integer
)
public:
void GetProperty(
unsigned long long propertyNumber,
[OutAttribute] SoHeightFieldProperty^% property,
[OutAttribute] int% id
)
member GetProperty :
propertyNumber : uint64 *
property : SoHeightFieldProperty byref *
id : int byref -> unit
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