FeaturesGetDoubleValue Method (String, String) |
Returns a value as an double for a property in the collection. If the property doesn't exist, 0 is returned.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public double GetDoubleValue(
string featureName,
string propertyName
)
Public Function GetDoubleValue (
featureName As String,
propertyName As String
) As Double
Parameters
- featureName
- Type: SystemString
The name of the feature. - propertyName
- Type: SystemString
The property name.
Return Value
Type:
DoubleThe value of the property as an integer
See Also