Click or drag to resize

OverlayGetInt Method

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)
Syntax
public int GetInt(
	string name,
	int valueIfNotPresent
)

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