CascadeSharp.TKBO.BOPDS.BOPDS_IndexedMapOfPaveBlock.FindKey C# (CSharp) Method

FindKey() public method

public FindKey ( int theIndex ) : BOPDS_PaveBlock
theIndex int
return BOPDS_PaveBlock
        public BOPDS_PaveBlock FindKey(int theIndex)
        {
            throw new NotImplementedException();
        }