CascadeSharp.TKService.Aspect.Aspect_SequenceOfColor.InsertAfter C# (CSharp) Method

InsertAfter() public method

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

Same methods

Aspect_SequenceOfColor::InsertAfter ( int theIndex, Quantity_Color theItem ) : void