Get a particular string attribute, or null if not present.
Namespace:
Cadcorp
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic string GetStr(
string name
)
Public Function GetStr (
name As String
) As String
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Cadcorp.Overlay.GetStr(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Cadcorp.Overlay.GetStr(System.String)"]
See Also