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)
Syntaxpublic OverlayAttribute(
string name,
string val
)
Public Sub New (
name As String,
val As String
)
Parameters
- name
- Type: SystemString
The attribute's Name - val
- Type: SystemString
The attribute's Value
See Also