CascadeSharp.TKMath.TColgp.TColgp_SequenceOfXYZ.InsertAfter C# (CSharp) Method

InsertAfter() public method

public InsertAfter ( int theIndex, TColgp_SequenceOfXYZ theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXYZ
return void
        public void InsertAfter(int theIndex, TColgp_SequenceOfXYZ theSeq)
        {
            throw new NotImplementedException();
        }

Same methods

TColgp_SequenceOfXYZ::InsertAfter ( int theIndex, gp_XYZ theItem ) : void