Click or drag to resize

OverlayAttribute Constructor (String, String)

Convenience constructor for use inside stored procedures.

Namespace:  Cadcorp
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public OverlayAttribute(
	string name,
	string val
)

Parameters

name
Type: SystemString
The attribute's Name
val
Type: SystemString
The attribute's Value
See Also