Get a particular float attribute, or valueIfNotPresent if not present.
Namespace:
Cadcorp
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic double GetFlt(
string name,
double valueIfNotPresent
)
Public Function GetFlt (
name As String,
valueIfNotPresent As Double
) As Double
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Cadcorp.Overlay.GetFlt(System.String,System.Double)"]
- valueIfNotPresent
- Type: SystemDouble
The default value to return if the attribute is not found.
Return Value
Type:
Double[Missing <returns> documentation for "M:Cadcorp.Overlay.GetFlt(System.String,System.Double)"]
See Also