Get a particular integer 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 int GetInt(
	string name,
	int valueIfNotPresent
)
Public Function GetInt ( 
	name As String,
	valueIfNotPresent As Integer
) As Integer
Parameters
- name
 - Type: SystemString
[Missing <param name="name"/> documentation for "M:Cadcorp.Overlay.GetInt(System.String,System.Int32)"]
 - valueIfNotPresent
 - Type: SystemInt32
The default value to return if the attribute is not found. 
Return Value
Type: 
Int32[Missing <returns> documentation for "M:Cadcorp.Overlay.GetInt(System.String,System.Int32)"]
See Also