CascadeSharp.TKG3d.TColGeom.TColGeom_HArray1OfCurve.SetValue C# (CSharp) Method

SetValue() public method

public SetValue ( int theIndex, Geom_Curve theItem ) : void
theIndex int
theItem Geom_Curve
return void
        public void SetValue(int theIndex, Geom_Curve theItem)
        {
            throw new NotImplementedException();
        }