Click or drag to resize

GenericSPAttributeSelectionFromString Method

Returns a member of the AttributeSelection enumeration based on a string value.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected static GenericSPAttributeSelection AttributeSelectionFromString(
	string value
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Cadcorp.GFB.CadcorpSP.GenericSP.AttributeSelectionFromString(System.String)"]

Return Value

Type: GenericSPAttributeSelection

[Missing <returns> documentation for "M:Cadcorp.GFB.CadcorpSP.GenericSP.AttributeSelectionFromString(System.String)"]

See Also