Shunde.NET Framework Class Library

Attrib.CreateFromValue Method 

Creates a new Attrib with the given Value and Parent and returns the newly created object

public static Attrib CreateFromValue(
   AttribType attribType,
   String value,
   Attrib parent
);

Remarks

If the object already existed and the AttribType is a shared attribute, then nothing is created and that object is returned.

See Also

Attrib Class | Shunde.Common Namespace