GeometryGym.Ifc.IfcLightSourceAmbient.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string str ) : IfcLightSourceAmbient
str string
Résultat IfcLightSourceAmbient
        internal static IfcLightSourceAmbient Parse(string str)
        {
            IfcLightSourceAmbient l = new IfcLightSourceAmbient(); int pos = 0; l.Parse(str, ref pos, str.Length); return l;
        }

Usage Example

 //internal IfcLightSourceAmbient(IfcLightSourceAmbient el) : base((IfcLightSourceAmbient)el) { }
 internal static IfcLightSourceAmbient Parse(string str)
 {
     IfcLightSourceAmbient l = new IfcLightSourceAmbient(); int pos = 0; l.Parse(str, ref pos, str.Length); return(l);
 }
All Usage Examples Of GeometryGym.Ifc.IfcLightSourceAmbient::Parse
IfcLightSourceAmbient